Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 677 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 677 Bytes

cnfuyu-blog

cnfuyu-blog由cnfuyu同学开发的轻量级博客程序。

演示地址:cnfuyu.net/blog

介绍

使用了:

  • python
  • flask
  • markdown
  • AtomFeed
  • disqus

使用

准备:

pip install -r requirements.txt

配置:

config.cfg
  • POSTS_DIR: 文章保存路径
  • PER_PAGE_NUM: 每页显示文章数

运行:

python run.py

感谢

博客设计参考了wordpress开源博客主题colortype

更新

Bitdeli Badge