An RSS reader running entirely from your GitHub repo.
Config.toml
file, click the "Pencil (Edit this file)" button to edit.#
to uncommend the cacheUrl
property, replace <github_username>
with your GitHub username, and
replace <repo>
with your GitHub repo name.In the sources, update the items to the sources you want to follow. The final content of the file should look similar to this:
```toml sitetitle = "ArxivDaily" cachemax_days = 7 sources = [ "https://export.arxiv.org/rss/cs.CL" ]
```
Scroll to the bottom of the page, click "Commit changes" button.
https://<github_username>.github.io/<repo>
Config.toml
file.notfeed
notfeed build
notfeed serve --addr 127.0.0.1 --port 8080
or simply notfeed serve