1.15.1 • Published 2 years ago

@osmoscraft/osmosfeed v1.15.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

image

osmos::feed

A web-based RSS reader running entirely from your GitHub repo.

Demo

image

Get started

Create a repository

  1. Open Create a new repository from osmosfeed-template.
  2. Set visibility to "Public".
  3. Click "Create repository from template" button.

Turn on GitHub Pages

  1. In the repository you just created, navigate to Settings tab > Pages section.
  2. In Source option, select gh-pages, click "Save" button. If gh-pages doesn't exist, wait for a couple of seconds and refresh the page. It will eventually show up.
    image

  3. Refresh the page until it shows Your site is published at https://GITHUB_USERNAME.github.io/REPO_NAME. This may take up to a minute.
    image

Customize the feed

  1. In the repository root, open osmosfeed.yaml file, click the "Pencil (Edit this file)" button to edit.
  2. Remove # to uncommend the cacheUrl property, replace GITHUB_USERNAME with your GitHub username, and replace REPO_NAME with your GitHub username.
  3. In the sources, update the items to the sources you want to follow. The final content of the file should look similar to this:

    cacheUrl: https://REPLACED_GITHUB_USERNAME.github.io/REPLACED_REPO_NAME/cache.json
    sources:
      - href: https://my-rss-source-1/feed/
      - href: https://my-rss-source-2/rss/
      - href: https://my-rss-source-3/feed
      - href: https://my-rss-source-4/news/rss
      - href: https://my-rss-source-5/rss/
  4. Scroll to the bottom of the page, click "Commit changes" button.

  5. Once the rebuild finishes, your feed will be available at https://REPLACED_GITHUB_USERNAME.github.io/REPLACED_REPO_NAME.

Next steps

Contributions

My current focus is to bring the entire osmos::craft project online. Until then, I have no bandwidth for new feature requests or PRs. However, issues and bug reports are always welcome. I'll keep track of issues and address them once I have more time! Thank your for being patient.

FAQ

Can I update the content more frequently?

Yes, you can make it as frequent as you want. But be aware that there is a limit to the free tier of GitHub Actions. My rough estimate shows that even with hourly update, you should still have planty of unused time everyone. You can monitory spending on Billing & plans page in Account settings.

Can I make the site private so only I can see it?

It is not possible with GitHub Pages. However, if you move the site to a different hosting service, you should be able to set up authorization on the host level. For example, if you deploy to Netlify, there is a paid plan for password protection.

Do I have to type index.html at the end of the URL?

No. But there is a known issue with GitHub. See discussion from GitHub Community and some solutions from Stack Overflow

How to trigger a manual site update?

You can make some changes to the osmosfeed.yaml file to trigger an update. For example, add an empty comment like this # on a new line.

How to build the site without using cache?

You can comment out the cacheUrl property in the osmosfeed.yaml. Note that after the build, cache will still be created, except it won't contain any content from the previous cache.

Ecosystem

osmos::feed is part of the osmos::craft ecosystem. If you enjoy this tool, you might also like:

  • osmos::memo: An in-browser bookmark manager optimized for tagging and retrieval speed.
1.15.0

2 years ago

1.15.1

2 years ago

1.14.1

2 years ago

1.14.0

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.14.4

2 years ago

1.14.3

2 years ago

1.14.2

2 years ago

1.13.0

2 years ago

1.11.3

3 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.10.3-beta.0

3 years ago

1.11.0

3 years ago

1.10.2

3 years ago

1.10.0-beta.0

3 years ago

1.10.1

3 years ago

1.9.0

3 years ago

1.9.0-beta.1

3 years ago

1.9.0-beta.0

3 years ago

1.7.2-beta.0

3 years ago

1.7.0-beta.0

3 years ago

1.7.1-beta.0

3 years ago

1.7.0-beta.3

3 years ago

1.7.0-beta.1

3 years ago

1.7.0-beta.2

3 years ago

1.8.1

3 years ago

1.7.2

3 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.5.0-beta.0

3 years ago

1.5.0-beta.2

3 years ago

1.5.0-beta.1

3 years ago

1.8.0-beta.0

3 years ago

1.5.0-beta.4

3 years ago

1.5.0-beta.3

3 years ago

1.6.0-beta.0

3 years ago

1.6.0-beta.1

3 years ago

1.4.0-beta.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.6

3 years ago

1.2.1

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago