Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 871 Bytes

File metadata and controls

38 lines (25 loc) · 871 Bytes

Muscarella Lab Website

This repository contains the GitHub Pages site for the Muscarella Lab, built with Jekyll and the Minimal Mistakes theme.

Local Development

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

  1. Install the required Bundler version:
/opt/homebrew/opt/ruby@3.3/bin/gem install bundler:2.5.20
  1. Install dependencies:
/opt/homebrew/opt/ruby@3.3/bin/bundle _2.5.20_ install
  1. Build the site:
/opt/homebrew/opt/ruby@3.3/bin/bundle _2.5.20_ exec jekyll build
  1. Serve locally:
/opt/homebrew/opt/ruby@3.3/bin/bundle _2.5.20_ exec jekyll serve

Notes

  • Main content pages live in _pages/.
  • Navigation links are configured in _data/navigation.yml.
  • Static files are in assets/.