Pyblog

screenshot of Pyblog
flask

Pyblog 是一个简单易用的在线 Markdown 博客系统,它使用 Python 的 flask 架构,理论上支持所有 flask-sqlalchemy 所能支持的数据库。 编辑器使用的是 editor.md。当前版本(v2.0)支持且仅支持 python3! Python 的 Markdown to HTML 编译器使用的是 Mistune! Just so!

Overview:

Pyblog is an online Markdown blog system based on Python's Flask framework. It is designed to be simple and user-friendly, supporting all databases that Flask-SQLAlchemy can handle. The system uses editor.md as its editor and Mistune as the Markdown to HTML compiler. It only supports Python 3 and offers features for both frontend and backend users.

Features:

  • Flask Framework: Built on Python's Flask framework.
  • Markdown Support: Uses Markdown for content creation.
  • Support for Multiple Databases: Works with all databases supported by Flask-SQLAlchemy.
  • Editor.md Integration: Uses editor.md as its editor.
  • Python 3 Compatibility: Supports and requires Python 3.
  • Mistune Markdown Compiler: Utilizes Mistune for Markdown to HTML compilation.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.