From 9553dcdefa5d5e12af9031c5f1e1e29ec5affaeb Mon Sep 17 00:00:00 2001 From: Chuanqi Sun Date: Mon, 12 Apr 2021 00:11:51 -0700 Subject: [PATCH] simplified template --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53b8f9f..c175f42 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,9 @@ 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](https://github.com/osmoscraft/osmosfeed). -- The repository is generated from a [template](https://github.com/osmoscraft/osmosfeed-template). - -## References +## Links and references +- [How does it work?](https://github.com/osmoscraft/osmosfeed#how-does-it-work). - [File an issue about the template](https://github.com/osmoscraft/osmosfeed-template). - [File an issue about the tool](https://github.com/osmoscraft/osmosfeed). -- [The lastest documentation](https://github.com/osmoscraft/osmosfeed). +- [Lastest documentation](https://github.com/osmoscraft/osmosfeed).