The berkeley-class-site template requires Ruby 3.3.7 or higher and bundler >= 2.6 Install Ruby before continuing. You can check your Ruby version by running:
ruby --version
bundle --version
Prerequisites:
- You have everything that Jekyll requires
- You have installed Bundler: Run
gem install jekyll bundler
git clone [email protected]:data-88e/fa25.git
bundle install
View the site locally
cd fa25
bundle exec jekyll serve
Via GitHub Pages.