让我们讨论 Jamstack 的未来 — 加入我们

Elsa

27 stars
53 forks
11 issues
首页
https://github.com/pyvec/elsa
知识库
pyvec/elsa
语言
Python
许可证
MIT
模板
Jinja2

Elsa 可帮助你构建以 Frozen-Flask 为基础的网站,并将其部署到 GitHub Pages

它有方便的 CLI,可以简化你的项目任务,并具备开箱即用的 Travis CI 兼容性。

python foo.py serve   # serves the site, no freezing, so you can check the result
python foo.py freeze  # freezes the site, i.e. makes an HTML snapshot
python foo.py deploy  # deploys the frozen site to GitHub Pages

快速入门 中了解更多!

查找更多 静态网站生成器