How I got Jekyll working with github pages
Introduction
1) Install Jekyll as per jekyll docs, for MacOS.
2) Fork Chirpy
Fix the assets
directory
The assets
directory is a link to Chirpy docs. Delete the assets
directory and recreate it.
Configure github actions to deploy the page
Go into Settings
.
Click on Pages
In the Source
dropdown box, select GitHub Actions
.
This post is licensed under CC BY 4.0 by the author.