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
在快速入門中瞭解更多!
尋找更多靜態網站產生器。