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.3
or2.0.0
-
Install bundler:
gem install bundler
-
Install the
github-pages
bundle, which contains the gems needed forjekyll dev
-
Gemfile
should include the appropriate packages:source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins
-
Install using the
bundler
command:bundle install
-
(Maybe install webrick)
bundle add webrick
-
-
Run local jekyll:
bundler exec jekyll serve --watch --config _config.yml,_config_dev.yaml