Source of the RSS Please website. https://rsspls.7bit.org/
Go to file
Wesley Moore 32f8335214
Add read more link after blog post summary
2024-04-14 12:31:42 +10:00
content Apply new colours from Di 2024-03-23 14:49:12 +10:00
static Add version to home page 2024-04-14 12:31:36 +10:00
templates Add read more link after blog post summary 2024-04-14 12:31:42 +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
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
config.toml Add OpenGraph metadata 2024-03-10 15:30:18 +10:00

README.md

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.