{ claus.conrad }

Jekyll

https://jekyllrb.com/

Notes

  • The default static site generator supported by GitHub Pages.

FAQ

Update Jekyll

rm Gemfile.lock
bundle update
git add Gemfile.lock
git commit -m "fix: update dependencies"
git push

Which Ruby version is used by Github Pages?