srikanthclearlabs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.

Home Page:http://flask-blogging.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Blogging

https://travis-ci.org/gouthambs/Flask-Blogging.svg?branch=master

This is a Flask extension for adding blog support to your site using Markdown. Please see Flask-Blogging documentation for more details.

Screen Shots

Blog Editor

/docs/_static/blog_editor.png

Blog Editor

Blog Page

/docs/_static/blog_page.png

Blog Page

Minimal Example

Check the quickstart example for the latest documentation.

Installation

Install the extension with the following commands:

$ easy_install flask-blogging

or alternatively if you have pip installed:

$ pip install flask-blogging

Dependencies

License

MIT

About

A Markdown Based Python Blog Engine as a Flask Extension.

http://flask-blogging.readthedocs.org/en/latest/

License:MIT License


Languages

Language:Python 88.1%Language:HTML 11.9%