Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 860 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 860 Bytes

About

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

How does it 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