Use theme with Jekyll 4.x #4007
-
Hi everyone, Is is possible to use this theme with Jekyll 4.x? On Github pages site? Love this theme and would like to use it as the basis for an open-source software site, which will be built using GitHub pages across several different GitHub repositories. To keep the site consistent, I'd like to fork this repo and customise with some defaults, e.g. title in Unfortunately, using Jekyll 3.9.2, which the Does anyone know:
I'm a ruby / Jekyll noob... and my Googling isn't throwing up much in the way of steps and examples, and my own attempts have quickly resulted in build errors I don't know how to fix. Help and pointers welcome! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can deploy github pages using the github pages action, by going to your repo with the project you want to deploy. Going to settings and changing the source to GitHub actions. The action really shouldn't require any changes from you. From there you can deploy using the gem based method and it works great. I actually have an example over at https://github.com/LindseyB/blog-jekyll doing exactly this. |
Beta Was this translation helpful? Give feedback.
You can deploy github pages using the github pages action, by going to your repo with the project you want to deploy. Going to settings and changing the source to GitHub actions.
The action really shouldn't require any changes from you.
From there you can deploy using the gem based method and it works great.
I actually have an example over at https://github.com/LindseyB/blog-jekyll doing exactly this.