将纯文本转换为静态网站和博客。

几秒钟内启动并运行。

快速入门说明

~ $ gem install bundler jekyll

~ $ jekyll new my-awesome-site

~ $ cd my-awesome-site

~/my-awesome-site $ bundle exec jekyll serve

# => 现在浏览至 http://localhost:4000

Free Jekyll hosting on GitHub Pages

免费托管,使用 GitHub Pages

厌倦了与托管公司打交道?GitHub Pages由 Jekyll 提供支持的,因此你可以使用 GitHub 免费轻松地部署你的网站——自定义域名等等。

详细了解 GitHub Pages →