Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.

Github stars Tracking Chart

Flask-Blogging

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

This is a Flask extension for adding blog support to your site using Markdown.
Please see Flask-Blogging documentation <http://flask-blogging.readthedocs.org/en/latest/>_
for more details. You can extend Flask-Blogging by using plugins from here <https://github.com/gouthambs/blogging_plugins>_.

Check out the Serverless Blog <https://serverlessblog.com>_ demo running on AWS Lambda.

Features

  • Integration with Markdown Editor
  • Ability to upload images for use in blog pages
  • Incorporate math formulas in LaTeX format
  • Integrates with authentication to allow multiple users
  • Plugin framework to easily extend and add new features

Screen Shots

Blog Editor

.. figure:: /docs/_static/blog_editor.png

Blog Page

.. figure:: /docs/_static/blog_page.png

Minimal Example

Check the quickstart example <http://flask-blogging.readthedocs.org/en/latest/#quick-start-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

  • Flask <https://github.com/mitsuhiko/flask>_
  • SQLAlchemy <https://github.com/zzzeek/sqlalchemy>_
  • Flask-Login <https://github.com/maxcountryman/flask-login>_
  • Flask-Principal <https://github.com/mattupstate/flask-principal>_
  • Flask-WTF <https://github.com/lepture/flask-wtf>_
  • Flask-FileUpload <https://github.com/Speedy1991/Flask-FileUpload>_
  • Markdown <https://pypi.org/project/Markdown/>_
  • Bootstrap <http://getbootstrap.com/>_
  • Bootstrap-Markdown <https://github.com/toopay/bootstrap-markdown>_
  • Markdown-js <https://github.com/evilstreak/markdown-js>_

License

MIT </LICENSE>_

.. include:: /docs/releases.rst

.. include:: /docs/authors.rst

Main metrics

Overview
Name With Ownergouthambs/Flask-Blogging
Primary LanguagePython
Program languagePython (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2015-05-27 21:33:36
Pushed At2024-12-08 06:48:37
Last Commit At2024-12-07 22:48:37
Release Count36
Last Release Namev2.0.0.post2 (Posted on )
First Release Name0.1.0 (Posted on )
用户参与
Stargazers Count699
Watchers Count34
Fork Count166
Commits Count387
Has Issues Enabled
Issues Count106
Issue Open Count21
Pull Requests Count42
Pull Requests Open Count0
Pull Requests Close Count11
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private