da4944b31c | ||
---|---|---|
.github/workflows | ||
docs | ||
resources | ||
src/rsspaper | ||
.gitignore | ||
README.md | ||
config.example.yaml | ||
config.yaml | ||
logo.png | ||
newsreader-logo.xcf | ||
project.clj | ||
rsspaper.iml |
README.md
👉 DEMO 👈 (My own feed generated daily with Github Actions)
Run
- Create a file
config.yaml
with the following content. You can also useconfig.yaml.example
as a base config and change it to fit your needs.
# Change the title, it's for you. Maybe you see "My newspaper"?
title: RSSPAPER
# Options: light or dark
theme: light
# Options: daily, weekly or all
edition: weekly
feeds:
- https://programadorwebvalencia.com/feed/
- https://republicaweb.es/feed/
- Download the latest version of RSSpaper (
rsspaper-{version}-standalone.jar
).
https://github.com/tanrax/RSSpaper/releases
- Now you can execute.
java -jar rsspaper-{version}-standalone.jar
Great 🎉. You already have your 📰 own Static RSS Newspaper 📰.
That's it, now you just have to open dist/index.html
.