write blog with markdown, commit articles by git, no database.
upload web to host.
cd web
git clone [article git repository address] ./articles
python ./lib/cache.py
to test, run
python index.py
and open: http://0.0.0.0:8081
write blog with markdown, commit articles by git, no database.
upload web to host.
cd web
git clone [article git repository address] ./articles
python ./lib/cache.py
to test, run
python index.py
and open: http://0.0.0.0:8081