This repository contains the GitHub Pages site for the Muscarella Lab, built with Jekyll and the Minimal Mistakes theme.
This repo uses the github-pages gem and requires Ruby 3.3 and Bundler 2.5.20.
Install Ruby 3.3 via Homebrew if needed: brew install ruby@3.3
- Install the required Bundler version:
/opt/homebrew/opt/ruby@3.3/bin/gem install bundler:2.5.20- Install dependencies:
/opt/homebrew/opt/ruby@3.3/bin/bundle _2.5.20_ install- Build the site:
/opt/homebrew/opt/ruby@3.3/bin/bundle _2.5.20_ exec jekyll build- Serve locally:
/opt/homebrew/opt/ruby@3.3/bin/bundle _2.5.20_ exec jekyll serve- Main content pages live in
_pages/. - Navigation links are configured in
_data/navigation.yml. - Static files are in
assets/.