manticore:Python中的静态站点生成器

时间:2024-05-24 08:59:23
【文件属性】:

文件名称:manticore:Python中的静态站点生成器

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-24 08:59:23

python static-site-generator ssg manticore Python

Manticore Python中的一个简单,最少的静态站点生成器。 入门 创建虚拟环境virtualenv venv 运行pip install -r requirements.txt 在内容文件夹中以markdown格式添加帖子。 在content/resume中。 在content/default博客文章中。 使用python build.py --help检查命令 Usage: build.py [OPTIONS] Options: -d, --default TEXT Generate the default blog template -r, --resume TEXT Generate a resume template --help Show this message and exit. 例如,要生成博客,请输入pyt


【文件预览】:
manticore-master
----build.py(879B)
----content()
--------resume()
--------default()
----templates()
--------resume()
--------layout.html(1KB)
--------default()
----LICENSE(1KB)
----parse.py(821B)
----requirements.txt(132B)
----.gitignore(2KB)
----README.md(2KB)
----.gitattributes(66B)
----render.py(3KB)

网友评论