Last Edited by Shuta Suzuki ([email protected]) on May 31th, 2018.
- Akshay Chiwhane ([email protected])
- Shuta Suzuki ([email protected])
- Anthony Wohlfeil ([email protected])
-
Install Jekyll
gem install jekyll
-
And Probably a Bunch of Other Dependencies (please add to this list if you find any)
gem install bundler
bundle install
gem install nokogiri
(this should be included inbundle install
, but I had to install it separately)
gem install rouge
-
Navigate to Website Directory in Your Terminal (obviously you need to
git clone
this repo first...) -
Run
jekyll serve
(if you're lucky)
I had tobundle exec jekyll serve
instead -
Just in case...
jekyll build
orbundle exec jekyll build
to rebuild.
This is probably rare, but if you edit certain files like _config.yml that do not get reloaded by simply serving, then you need to restart the serve process.
Setting up the development environment for Ruby is a pain. Luckily, I have a few suggestions that may help if you're stuck somewhere in the installation process:
- Ensure that you have the most recent bundler
gem update bundler
This website uses Jekyll, a static website generator.