Installation

As a Fork

  1. Fork the repo
  2. Clone down the repo with $ git clone [email protected]:username/reponame.git
  3. Install bundler with $ gem install bundler
  4. Install gems with $ bundle install
  5. Run Jekyll with $ bundle exec jekyll serve
  6. Have fun!

As a Jekyll theme gem

Simply run $ gem install simpol-jekyll-theme to download the latest Gem

See the gem details and learn more at rubygems.org

Or:

  1. Download the theme, quick download link
  2. Install bundler with $ gem install bundler
  3. Install gems with $ bundle install
  4. Run Jekyll with $ bundle exec jekyll serve
  5. Have fun!