Browse Source

Update README.md

master
Marten 7 months ago
committed by GitHub
parent
commit
03b47bb557
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 10 deletions
  1. +11
    -10
      README.md

+ 11
- 10
README.md

@ -4,13 +4,20 @@ This is a simple blog based on Pythons Flask framework.
## Features/To-Dos ## Features/To-Dos
- [x] Plain text support for blog entries
- [x] HTML files (.html)
- [x] Markdown Files (.md)
- [x] Infinite-scroll blog page - [x] Infinite-scroll blog page
- [x] Archive page - [x] Archive page
- [ ] Headers and dates
- [ ] Months as headings
- [x] RSS feed - [x] RSS feed
- [ ] Navigation: Header, Footer
- [ ] CSS dark-theme
- [ ] CSS light-theme
- [ ] Better navigation
- [ ] Header
- [ ] Footer
- [ ] Switchable CSS
- [ ] CSS dark-theme
- [ ] CSS light-theme
- [x] Docker installation
## Usage ## Usage
@ -20,12 +27,6 @@ Blog entries are managed by plain html files in the `templates/entry/` directory
The first line of each document is reserved as the title of the document. The first line of each document is reserved as the title of the document.
You have to specify the filetype by extension. You have to specify the filetype by extension.
Currently supported filetypes are:
- HTML (.html)
- Markdown (.md)
## Deployment ## Deployment
### PIP/Python ### PIP/Python

Loading…
Cancel
Save