# 使用 Jekyll 来设置 GitHub Pages 网站

可以使用常用的静态站点生成器 Jekyll 进一步自定义网站 GitHub Pages 。

## Links

* [关于 GitHub Pages 和 Jekyll](/zh/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll)

  Jekyll 是一个静态站点生成器，内置 GitHub Pages 支持。

* [使用 Jekyll 创建 GitHub Pages 网站](/zh/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll)

  您可以使用 Jekyll 在新仓库或现有仓库中创建 GitHub Pages 站点。

* [使用 Jekyll 在本地测试 GitHub Pages 网站](/zh/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll)

  您可以在本地构建 GitHub Pages 站点，以预览和测试对站点的更改。

* [使用 Jekyll 将内容添加到 GitHub Pages 网站](/zh/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll)

  您可以在 GitHub Pages 上向 Jekyll 站点添加新页面或帖子。

* [使用 Jekyll 为 GitHub Pages 网站设置 Markdown 处理器](/zh/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll)

  您可以选择一个 Markdown 处理器来确定 Markdown 在 GitHub Pages 站点上的呈现方式。

* [使用 Jekyll 向 GitHub Pages 网站添加主题](/zh/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll)

  您可以通过添加和自定义主题来个性化 Jekyll 站点。

* [关于 GitHub Pages 站点的 Jekyll 构建错误](/zh/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites)

  如果 Jekyll 在本地或 GitHub Pages 上构建 GitHub 站点时发生错误，你将收到一条错误消息，其中包含相关详细信息。

* [排查 GitHub Pages 网站的 Jekyll 生成错误](/zh/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites)

  您可以使用 Jekyll 构建错误消息来排查 GitHub Pages 站点的问题。