Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.01 KB

ritsec.github.io

Website for RITESC. Built using Jekyll

Development

Install Ruby

Method 1 - rbenv (Recommended)

  1. Install rbenv with your package manager (see here)
  2. Install the proper ruby version with rbenv install

Method 2 - Manual Installation

⚠️ 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 dependencies

Install bundler to easily install all of the dependency gems:

gem install bundler
bundle

Development Server

To start up the dev server (runs locally on http://127.0.0.1:4000) run:

bundle exec jekyll serve

Development Build

To generate a static build of the site run:

bundle exec jekyll build