/rprouse.github.io

My development blog hosted using Jekyll and GitHub pages

Primary LanguageHTML

Alteridem.net

Installing Ruby and Jekyll

Do the following if you want to develop using Ruby on your local machine.

  1. Install Ruby (Linux, Mac, Windows)
  2. If you are on Windows, install DevKit
  3. gem install bundler

Building the project

GitHub will do this automatically when you push, but this allows you to view the site locally before you commit.

  1. bundle install
  2. bundle exec jekyll serve -l

Theme

The theme was created from the Flexible-Jekyll theme.