Skip to content

Commit

Permalink
notes on using alternative build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew E. Axsom committed Mar 1, 2024
1 parent b8de56f commit 4b786ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ It was pretty easy to get the templated site up and running with the default "ho

While the auto-build on the github end is nice and all, it's really just deploying a static site out of the Jekyll build process, which means this could be built locally and then just upload the `_site` directory for deployment. In fact I could use just about any [static site generator](https://jamstack.org/generators/), e.g [Hugo](https://gohugo.io/) if I wanted to.

## Resources
I ended up following this tutorial on [Making GitHub Pages Work With Jekyll 4+ and Any Theme and Plugin ](https://www.moncefbelyamani.com/making-github-pages-work-with-latest-jekyll/). Because I had started my repo before this I had to juggle the deployment settings a bit and alter some of the specific versions of things in the Gemfile. Othewise it went fairly well.

- [Making GitHub Pages Work With Jekyll 4+ and Any Theme and Plugin ](https://www.moncefbelyamani.com/making-github-pages-work-with-latest-jekyll/)

0 comments on commit 4b786ea

Please sign in to comment.