Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 394 Bytes

File metadata and controls

18 lines (11 loc) · 394 Bytes

a python blog 😂

no js, simple and pure, cross-browser, IE9+;

💪🏿 online example: thxs.me

Dependencies:

pip install markdown bottle

Usage:

python index.py

# for python3:
# It's an old project written in python2, if run in python3 you  need to comment out lines 4-5 first.
# 4. # reload(sys)
# 5. # sys.setdefaultencoding('utf8')