Create Static Website with GitPage and Jekyll
- The theme: chirpy
- Official tutorial: setting up a github pages site with jekyll
- typography reference: text and typography
workflow
- make changes
- local test If the change is made in
_config.ymalor it is the first-time building, run1
bundle exec jekyll servethen visit http://localhost:4000. Otherwise, just save the file and jekyll will complete auto-regeneration, then refresh the demo page to view the changes.
- state and commit
- push to remote
Changes are updated once the file is save during local testing. However, if the change is made in
_config.ymal, the site needs to be rebuilt bybundle exec jekyll serve.
This post is licensed under CC BY 4.0 by the author.