mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-11-24 05:19:46 +01:00
c5577ce69b8d410e032347e7d094997337a4a865
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.
Languages
Python
51.3%
HTML
26.5%
CSS
19.6%
Dockerfile
1.7%
Shell
0.9%