Visit the Chirpy Theme repo for tips & guides: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
The project is pretty straight forward, edit the _config.yml for main settings, and add or edit pages in the _tabs folder.
- writing a post
- running a local server
- Local Testing:
bundle exec jekyll s - Ensure build success before deploy:
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href - Style overrides are found in this file
- Theme update guide here