Browse Source

readme update

master
TiynGER 7 months ago
parent
commit
594a01ed24
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      README.md

+ 6
- 2
README.md

@ -15,8 +15,12 @@ This is a simple blog based on Pythons Flask framework.
Blog entries are managed by plain html files in the `templates/entry/` directory. 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.
Currently supported filetypes are:
- HTML (.html)
- Markdown (.md)
## To-Do ## To-Do
- CSS pgrade
- Markdown support
- CSS upgrade

Loading…
Cancel
Save