This static site is generated by Jekyll and can be found in the _site directory.
The instructions below are for building the static site again.
- Install Jekyll (assuming you have your Ruby environment with bundler set up)
gem install --user-install bundler jekyll
- Get Ruby version
ruby -v
- Append your path file (replace X.X with the first 2 digits of your Ruby version).
Make sure you restart your terminal or
sourceyour terminal config file in order for thepathvariable to be updated.
echo 'export PATH="$HOME/.gem/ruby/X.X.0/bin:$PATH"' >> ~/.bash_profile
-
To check your gem paths point to your home directory:
gem envand check thatGEM PATHS:points to a path in your home directory. -
If it's successful, the
jekyllcommand should work.
- To develop:
jekyll serve
- To build:
jekyll build