This repository hosts a Jekyll site using the Minima theme generated from a WordPress export.
- Install Ruby 3.2 and Bundler (any 3.2.x release works with the Gemfile).
- Install dependencies:
bundle install
- Run the site locally:
bundle exec jekyll serve
If you are deploying to GitHub Pages, set url and baseurl in _config.yml. The included GitHub Actions workflow builds with
Jekyll 4 using the repository Gemfile and publishes the generated _site output to the GitHub Pages environment. You can mirror
that locally with:
bundle exec jekyll build