Public facing site. Nth iteration.
Jekyll & github-pages based static blog. Follow the instructions below to set up the local development environment (From jekyll-instructions).
-
Ruby version must start with
1.9.3or2.0.0 -
Install bundler:
gem install bundler -
Install the
github-pagesbundle, which contains the gems needed forjekyll dev-
Gemfileshould include the appropriate packages:source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins
-
Install using the
bundlercommand:bundle install -
(Maybe install webrick)
bundle add webrick
-
-
Run local jekyll:
bundler exec jekyll serve --watch --config _config.yml,_config_dev.yaml