Use this template to create the repo for your osmos::feed reader.
Find a file
2021-04-11 15:22:37 -07:00
.github/workflows update action 2021-04-11 13:35:23 -07:00
.gitignore setup initial content 2021-04-11 13:31:55 -07:00
osmosfeed.yaml fix cache url name 2021-04-11 14:16:53 -07:00
README.md update template documentation 2021-04-11 15:22:37 -07:00

About

This is repository hosts the UI and content of an RSS feed reader.

How does this work

  • The site is statically hosted by GitHub Pages. There is no server to fetch content on the fly.
  • The content is updated periodically by GitHub Actions, configured in /.github/workflows/update-feed.yaml.
  • The source of the content can be any RSS feed URL, configured in /osmosfeed.yaml.
  • The content fetching and static site generation is powered by osmosfeed.
  • The repository is generated from a template.

References