Pages/jekyll discovery
- Has to be a public repo to work
Install the project Ruby with mise, then install the site dependencies:
mise install
mise exec -- bundle installRun the GitHub Pages site locally with Jekyll and the Minimal Mistakes theme:
mise exec -- bundle exec jekyll serve --livereload --host 127.0.0.1 --port 4000Open http://127.0.0.1:4000/ to preview the site.