Skip to content

patbuergin/patbuergin.github.io

Repository files navigation

Personal website and blog, see it at patrickbuergin.com.

Development

Initial setup

  1. 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 of brew install ruby (macOS).
  2. Install project dependencies: bundle install
  3. Run the page locally: bundle exec jekyll serve

Verify changes

Validate HTML output: bundle exec rake test

Manual testing steps are documented under Testing your GitHub Pages site locally with Jekyll.

Update project dependencies

  • All: bundle update --all
  • Just GitHub pages: bundle update github-pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages