文件名称:python-simple-blog:一个基于markdown文件的简单flask博客系统。 既可以用作应用程序,也可以用作静态网站构建器
文件大小:1.01MB
文件格式:ZIP
更新时间:2024-06-06 16:34:56
JavaScript
Python简单博客 Python Simple Blog是一个基于markdown文件的简单Flask博客系统,既可以用作应用程序,也可以用作静态网站构建器。 这是一个在制品,可能会有所更改。 自行承担使用风险! 安装步骤 克隆存储库: git clone https://github.com/mamal72/python-simple-blog 安装依赖项: [sudo] pip install flask markdown jinja2 服务博客: ./runner serve 您可以查看posts目录,以了解如何撰写帖子。 用作静态网站建设者 如上所述克隆并安装脚本。 在config.json文件中设置您的主机名(类似于example.com )。 执行./runner build 。 将dist目录中的文件复制|上载到您的主机或服务器。 配置 有一个config.j
【文件预览】:
python-simple-blog-master
----templates()
--------nav.html(1KB)
--------footer.html(2KB)
--------index.html(2KB)
--------post.html(1KB)
--------layout.html(2KB)
--------header.html(653B)
--------contact.html(3KB)
----blog.py(941B)
----LICENSE(1KB)
----static()
--------css()
--------img()
--------less()
--------fonts()
--------js()
----runner(2KB)
----.gitignore(0B)
----README.md(2KB)
----posts()
--------my-other-post.md(112B)
--------hello.md(231B)
--------blog.md(180B)
----config.json(304B)
----helpers()
--------__pycache__()
--------__init__.py(1KB)