1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

Update README.md

This commit is contained in:
Marten 2020-05-27 12:15:08 +00:00 committed by GitHub
parent 7d7450b8f1
commit a3dd7fafe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,16 @@
This is a simple blog based on Pythons Flask framework.
## Features/To-Dos
[x] Infinite-scroll blog page
[x] Archive page
[_] Headers and dates
[x] RSS feed
[_] Navigation: Header, Footer
[_] CSS dark-theme
[_] CSS light-theme
## Usage
### Create entries
@ -14,14 +24,7 @@ Currently supported filetypes are:
- HTML (.html)
- Markdown (.md)
## To-Do
- Header
- Footer
- CSS switch with (Environment) Variable
- Light Theme
- Dark Theme
- More date info in archive
## Deployment