文件名称:ghost-flask:基于Flask的Ghost markdown编辑器版本
文件大小:81KB
文件格式:ZIP
更新时间:2024-06-09 09:28:14
JavaScript
鬼瓶 Ghost markdown编辑器的基于Flask的版本。 我想在Flask上重建我的网站,但我是Ghost的忠实拥护者,所以我想继续使用他们的编辑器。 我使用了timsayshey / Ghost-Markdown-Editor并添加了一些样式,使其看起来像Ghost的编辑器。 该架构宽松地基于ghost所使用的架构,因此可以更轻松地在帖子上进行移植 设定 您将需要virtualenv才能进行以下工作。 在项目的工作目录中运行以下命令: make env . env/bin/activate python db_create python run.py
【文件预览】:
ghost-flask-master
----db_upgrade.py(319B)
----.gitignore(78B)
----app()
--------templates()
--------__init__.py(681B)
--------views.py(3KB)
--------static()
--------models.py(457B)
----requirements.txt(195B)
----Makefile(366B)
----run.py(108B)
----db_migrate.py(856B)
----db_downgrade.py(397B)
----README.md(583B)
----config.py(419B)
----db_create.py(496B)