Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.07 KB

README.md

File metadata and controls

76 lines (44 loc) · 1.07 KB

Overview

Flask_Pure which develop a Blog by Flask, It will update with learing.

Welcome

Blog

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

  1. 博客框架
  2. readMore
  3. 添加Markdown
  4. 多说评论
  5. 归档

TO DO

  • Admin后台管理
  • 标签分类
  • 搜索
  • RSS功能
  • 分页功能

License

Copyright (c) 2015 Andrew Liu

Licensed under the MIT License