RSSPAPER/README.md

1.0 KiB

RSSpaper logo

👉 DEMO 👈

Run

  1. Make sure you have Java installed.

Debian/Ubuntu

sudo apt install default-jre

Mac OS

brew install java
  1. Create a file config.yaml with the following content. You can also use config.yaml.example as a base config and change it to fit your needs.
title: RSSPaper

# Options: light or dark
theme: light

# Options: daily, weekly or all
edition: weekly

feeds:
  - https://programadorwebvalencia.com/feed/
  - https://republicaweb.es/feed/
  1. Download the latest version of RSSpaper (rsspaper-{version}-standalone.jar).

https://github.com/tanrax/RSSpaper/releases

  1. Now you can execute glosa.
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.

Testing

lein check-idiomatic
lein check-format