Post

How to serve Jekyll from GitHub Pages

How to set custom domain at Github pages at Websupport. Template repo was created from https://github.com/cotes2020/chirpy-starter.

How to serve Jekyll from GitHub Pages

How to set custom domain at Github pages at Websupport. Template repo was created from https://github.com/cotes2020/chirpy-starter

  • set 4 A-records
  • one CNAME www..com

Image

Image

Upgrade and keep up with changes

Follow the Chirpy Upgrade Guide to stay current with theme updates. The commands below add the upstream starter as a remote, create an upgrade branch, resolve conflicts, and update bundled dependencies.

1
2
3
4
5
6
7
8
9
git remote add chirpy https://github.com/cotes2020/chirpy-starter.git
git checkout -b upgrade/v7.4.0
git restore --staged assets/lib
git checkout --ours _config.yml
git add .
git commit -m "upgrade theme to v7.4.0"
bundle update
git push 

This post is licensed under CC BY 4.0 by the author.