From 8a966ec07282ee4dba97e6f2c4594b91b9b1fb65 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Mon, 27 Oct 2025 21:38:34 +0100 Subject: [PATCH] CHANGE README to add RSS feature as available --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 549d0e8..634e18b 100644 --- a/README.md +++ b/README.md @@ -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**: