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
|
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**:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue