Source of the RSS Please website. https://rsspls.7bit.org/
Find a file
2024-03-11 13:46:56 +10:00
content Fix typo 2024-03-11 13:46:56 +10:00
static Small tweaks; add GoatCounter 2024-03-10 15:04:03 +10:00
templates Add OpenGraph metadata 2024-03-10 15:30:18 +10:00
themes/juice Add OpenGraph metadata 2024-03-10 15:30:18 +10:00
.gitignore zola init 2024-03-08 20:45:08 +10:00
config.toml Add OpenGraph metadata 2024-03-10 15:30:18 +10:00
LICENSE Add LICENSE and README 2024-03-10 13:19:43 +10:00
Makefile Finish initial content 2024-03-10 14:31:33 +10:00
README.md Add LICENSE and README 2024-03-10 13:19:43 +10:00

rsspls.7bit.org

This is the source of the website for RSS Please.

Contributing

To contribute:

  1. Create an account on forge.wezm.net by signing in with your GitHub account.
  2. Fork the repo
  3. Make you changes
  4. Open a pull request

Development

The site is built with Zola. Follow the Zola installation instructions to get started.

Run zola serve to serve the website locally while you edit it.