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