37 Forks
114 Stars
114 Watchers

pyblog

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

How to download and setup pyblog

Open terminal and run command
git clone https://github.com/eastossifrage/pyblog.git
git clone is used to create a copy or clone of pyblog repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pyblog https://github.com/eastossifrage/pyblog/archive/master.zip

Or simply clone pyblog with SSH
[email protected]:eastossifrage/pyblog.git

If you have some problems with pyblog

You may open issue on pyblog support forum (system) here: https://github.com/eastossifrage/pyblog/issues