Skip to content

Latest commit

 

History

History
13 lines (4 loc) · 482 Bytes

README.md

File metadata and controls

13 lines (4 loc) · 482 Bytes

使用 django 搭建一个博客

基于 python 2.7django 1.9 ,完成了分类视图,列表分页,代码高亮,标签云,文章归档,评论模块,RSS 的实现。博客中的分页使用 django 自带的 API,博客文章使用 markdown2 模块来支持 markdown 语法, 代码高亮使用 pygments 实现,最终采用 Docker 部署上线。

Demohttp://blog.tianfeiyu.com/