Personal website and blog, see it at patrickbuergin.com.
- Setup Ruby and Bundler. Make sure to match the Ruby version listed on GitHub Pages' dependency versions page, f.ex. by running
brew install ruby@2.7
instead ofbrew install ruby
(macOS). - Install project dependencies:
bundle install
- Run the page locally:
bundle exec jekyll serve
Validate HTML output: bundle exec rake test
Manual testing steps are documented under Testing your GitHub Pages site locally with Jekyll.
- All:
bundle update --all
- Just GitHub pages:
bundle update github-pages