MartianZ - BLOG 是 MartianZ 同学在折腾过程中学习Python的产物,是一款轻量级的博客系统。演示:http://blog.4321.la
依赖:
python 2.6 +
easy_install tornado
easy_install markdown
easy_install PyRSS2Gen
使用:
-
将Markdown放在posts文件夹下,保证每个Markdown文件的开头有下面的标志区域
--- title: "[320kbps MusicDownloader]高清音乐下载助手 1.4" date: 2010-12-05 22:16 ---
-
python blog.py 即可,默认端口8888
详情请查看程序源代码即可