Website for RITESC. Built using Jekyll
- Install
rbenv
with your package manager (see here) - Install the proper
ruby
version withrbenv install
⚠️ Be sure to check the.ruby-version
file to ensure you're installing the correct Ruby version
You can install Ruby manually using the instructions found here.
Install bundler
to easily install all of the dependency gems:
gem install bundler
bundle
To start up the dev server (runs locally on http://127.0.0.1:4000
) run:
bundle exec jekyll serve
To generate a static build of the site run:
bundle exec jekyll build