Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 283 Bytes

marklog

write blog with markdown, commit articles by git, no database.

Install

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