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 --versionPrerequisites:
- You have everything that Jekyll requires
- You have installed Bundler: Run
gem install jekyll bundler
Clone with SSH
git clone git@github.com:ds-102/ds-102.github.io.git
bundle installTo run the site locally, run:
cd ds-102.github.io
bundle exec jekyll serveNote that if you alter _config.yml, you will need to rerun the above command to see the changes reflected.
Via GitHub Pages.