CHANGE README to add RSS feature as available
This commit is contained in:
parent
e31624d03a
commit
8a966ec072
1 changed files with 6 additions and 8 deletions
14
README.md
14
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**:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue