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
在 快速入门 中了解更多!
查找更多 静态网站生成器。