Installation
As a Fork
- Fork the repo
- Clone down the repo with
$ git clone [email protected]:username/reponame.git
- Install bundler with
$ gem install bundler
- Install gems with
$ bundle install
- Run Jekyll with
$ bundle exec jekyll serve
- 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:
- Download the theme, quick download link
- Install bundler with
$ gem install bundler
- Install gems with
$ bundle install
- Run Jekyll with
$ bundle exec jekyll serve
- Have fun!