CHANGE README to add RSS feature as available

This commit is contained in:
Caffeine Fueled 2025-10-27 21:38:34 +01:00
parent e31624d03a
commit 8a966ec072
Signed by: cf7
GPG key ID: CA295D643074C68C

View file

@ -4,7 +4,7 @@
A minimal static site generator for blogs built with Python 3 and Jinja2
- Status: alpha - expect many changes
- Status: beta - expect many changes
- [Issue Tracker](https://git.uphillsecurity.com/cf7/picopaper/issues)
- Goals: keeping it simple and easy to understand
- Demo: [picopaper.com](https://picopaper.com/)
@ -17,21 +17,19 @@ Show cases:
## Features
**Available**:
- Simple use, easy to understand and modify
- simple use, easy to understand and modify
- config file for settings
- Themes
- Long- and short form content
- Pages
- Static files
- long- and short form content
- pages
- static files
- separate feeds (used for categories, tagging, etc) `/feed/{tag}`
- exclusion of feeds from main feed (drafts or system notes)
- HTML anchors for headers
- list random posts at the bottom
- optional RSS feeds
**Ideas**:
- RSS
- Dark mode
- logo
- custom error pages (404, etc)
**Not planned**: