This repository builds a static MIP website with Jekyll and is intended to be deployed with GitHub Pages (deployment may currently be disabled in CI).
- Ruby
>= 3.1(including Ruby4.x) - Bundler (
gem install bundler)
bundle installbundle exec jekyll serveThen open http://localhost:4000.
JEKYLL_ENV=production bundle exec jekyll buildGenerated files are in _site/.