My personal website on GitHub Pages.
- mise for managing Ruby versions
# Install Ruby using mise
mise install
# Install dependencies
bundle install
# Build the site
bundle exec jekyll build
# Serve locally with live reload
bundle exec jekyll serve --livereloadThe site will be available at http://localhost:4000