My setting for Jekyll site with Chirpy theme as a GitHub Page
Here I want to share and record the configuration of this Jekyll site. Here are the main steps:
- Fork the chirpy repo to as my own repo on GitHub.
- Fork this repo: https://github.com/cotes2020/jekyll-theme-chirpy
- Read more about this theme: https://chirpy.cotes.page/
- Rename this repo as GitHubUserName.github.io
- Customize _config.yml file
- Add images and favicons
- Add pages under _tabs
- Add posts under _posts
- Activate GitHub page in Settings > Pages
- Configure Disqus for commenting
- Activate disqus in _config.yml
Deploy the site locally:
1
bundle exec jekyll serve
This post is licensed under CC BY 4.0 by the author.