---
title: 关于GitHub Pages, Jekyll以及Chirpy模板的指南
description: 在动手搭建本网页时找到或参考的各类指南和文档
date: 2025-02-02 21:54:00 +0800
categories: [杂谈]
tags: [网页]
math: true
mermaid: true
---

1. [Github pages](https://pages.github.com/)的官方文档: [GitHub Pages 文档](https://docs.github.com/zh/pages)
    - [使用 Jekyll 设置 GitHub Pages 站点](https://docs.github.com/zh/pages/setting-up-a-github-pages-site-with-jekyllsetting-up-a-github-pages-site-with-jekyll)
    - [配置 GitHub Pages 站点的自定义域](https://docs.github.com/zh/pages/configuring-a-custom-domain-for-your-github-pages-site)
2. Chirpy主题的官方文档: [Jekyll Theme Chirpy Wiki](https://github.com/cotes2020/jekyll-theme-chirpy/wiki), 官方指南 [Chirpy](https://chirpy.cotes.page), 以及官方指南的个人汉化版 [pansong291](https://pansong291.github.io/chirpy-demo-zhCN)
3. 部署指南
    - [官方部署指南](https://chirpy.cotes.page/posts/getting-started/) 以及 [示例](https://chirpy.cotes.page/posts/text-and-typography/)
    - [【避坑篇】使用Github Pages搭建个人主页or博客网站【上】](https://zhuanlan.zhihu.com/p/641525444)
    - [【快速部署+客制化】Github Pages+Jekyll Chirpy 速搭个人主页](https://zhuanlan.zhihu.com/p/695291923)
    - Jekyll博客搭建教程[(上篇)](https://ittousei.github.io/posts/build-my-blog-1/)[(下篇)](https://ittousei.github.io/posts/build-my-blog-2/)
    - [搭建个人博客:Jekyll + Github Pages + VSCode](https://zjpzhao.github.io/posts/jekyll-githubpages/)
    - [使用Jekyll + Github Pages搭建静态网站](https://www.cnblogs.com/duanguyuan/p/16126654.html)
    - 如何从`chirpy-starter`升级为完整的`jekyll-theme-chirpy`: [Upgrade Guide](https://github.com/cotes2020/jekyll-theme-chirpy/wiki/Upgrade-Guide)
4. 进阶指南
    - [撰写文章](https://chirpy.cotes.page/posts/write-a-new-post/)
    - [自定义图标](https://chirpy.cotes.page/posts/customize-the-favicon/)
    - [Chirpy主题的个性化自定义](https://hintryer.github.io/posts/Chirpy%E4%B8%BB%E9%A2%98%E7%9A%84%E4%B8%AA%E6%80%A7%E5%8C%96%E8%87%AA%E5%AE%9A%E4%B9%89/)
    - [Chirpy主题的安装、编写、图标、头像](https://hintryer.github.io/posts/Chirpy%E4%B8%BB%E9%A2%98%E7%9A%84%E5%AE%89%E8%A3%85-%E7%BC%96%E5%86%99-%E5%9B%BE%E6%A0%87-%E5%A4%B4%E5%83%8F/)
    - [Chirpy主题的进阶使用](https://ittousei.github.io/posts/customize-my-blog/)
    - [对Chirpy进行简单美化](https://manalogues.com/posts/%E5%AF%B9Chirpy%E8%BF%9B%E8%A1%8C%E7%AE%80%E5%8D%95%E7%BE%8E%E5%8C%96)
    - [对于Chirpy各种奇怪bug的研究](https://manalogues.com/posts/%E5%AF%B9%E4%BA%8EChirpy%E5%90%84%E7%A7%8D%E5%A5%87%E6%80%AAbug%E7%9A%84%E7%A0%94%E7%A9%B6)
5. 开发指南
    - [Chirpy官方语法说明书](https://blandalpha.github.io/posts/Chirpy_+Official_handybook/)
    - [Development & Test Environments](https://github.com/cotes2020/jekyll-theme-chirpy/wiki/Development-&-Test-Environments)