• Stars
    star
    107
  • Rank 321,651 (Top 7 %)
  • Language
    CSS
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A pure theme powered by flask

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