From 03b47bb55754822d1a6a6a314e92c684caa97982 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Wed, 27 May 2020 12:21:11 +0000 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1314b39..eacbe57 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,20 @@ This is a simple blog based on Pythons Flask framework. ## Features/To-Dos +- [x] Plain text support for blog entries + - [x] HTML files (.html) + - [x] Markdown Files (.md) - [x] Infinite-scroll blog page - [x] Archive page - - [ ] Headers and dates + - [ ] Months as headings - [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 @@ -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. You have to specify the filetype by extension. -Currently supported filetypes are: -- HTML (.html) -- Markdown (.md) - - - ## Deployment ### PIP/Python