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