mirror of https://github.com/tiyn/beaker-blog
parent
d4f9dbeb2e
commit
c5577ce69b
@ -0,0 +1,17 @@
|
||||
# Python Flask Blog
|
||||
|
||||
This is a blog based on Pythons Flask framework.
|
||||
|
||||
## Installation
|
||||
|
||||
- `pip3 install requirements.txt` - install depenencies
|
||||
|
||||
## Usage
|
||||
|
||||
- run `python app.py`
|
||||
- blog is available on port 5000
|
||||
|
||||
### Create entries
|
||||
|
||||
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.
|
@ -0,0 +1 @@
|
||||
Flask==1.1.2
|
Loading…
Reference in new issue