Post

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:

  1. Fork the chirpy repo to as my own repo on GitHub.
  2. Rename this repo as GitHubUserName.github.io
  3. Customize _config.yml file
  4. Add images and favicons
  5. Add pages under _tabs
  6. Add posts under _posts
  7. Activate GitHub page in Settings > Pages
  8. 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.