Overview
Flask_Pure which develop a Blog by Flask, It will update with learing.
Requirements
- Mac OS X 10.10.3
- Sublime Text 3
- FLask 0.10.1
- Python 3.4.1 # 请放手Python2.7.8, 拥抱Python3
- virtualenv 1.11.6
Install
$ git clone https://github.com/Andrew-liu/flask_pure
or
$ git clone git@github.com:Andrew-liu/flask_pure.git
Usage
You can use the blog simply, just to do below:
$ cd flask_pure
$ pip install -r requirements.txt #install all tools
$ python manage.py runserver
open the website(chrome best) and input
http://127.0.0.1:5000/
More Detail
整个博客开发过程持续更新中...
Done
- 博客框架
- readMore
- 添加Markdown
- 多说评论
- 归档
TO DO
- Admin后台管理
- 标签分类
- 搜索
- RSS功能
- 分页功能
License
Copyright (c) 2015 Andrew Liu
Licensed under the MIT License