github 中的自定义静态站点生成器

Custom static site generator in github

我是 jekyll 的超级粉丝并且知道它可以用来在 github 上托管静态站点。问题是据我所知 github 为静态站点提供托管,但同时它构建并编译 jekyll 到 ruby.

中的静态应用程序

是否可以使用其他语言编写自定义静态站点生成器,例如 python 或者 jekyll 是唯一受支持的框架吗?

备选方案(避免静态应用程序部分)是 Hugo, build in Go (golang.org)。

这样,您只需使用本地静态生成器并将结果上传到您的 GitHub 页面。

What I meant what as in jekyll where the app is uploaded and not the static content is there any alternative of that kind or is it possible ?

DirtyF 评论并提供替代方案:

Jekyll is the only supported static site generator on GitHub, you can use other generators but have to push the compiled files on your repo.
pages.gitlab.io offers support for more static site generators and you can mirror a repository to GitHub.