Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.

Github星跟踪图

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

主要指标

概览
名称与所有者gouthambs/Flask-Blogging
主编程语言Python
编程语言Python (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2015-05-27 21:33:36
推送于2024-12-08 06:48:37
最后一次提交2024-12-07 22:48:37
发布数36
最新版本名称v2.0.0.post2 (发布于 )
第一版名称0.1.0 (发布于 )
用户参与
星数702
关注者数34
派生数165
提交数387
已启用问题?
问题数106
打开的问题数21
拉请求数42
打开的拉请求数0
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?