How to install Steve on your Jekyll site
Add this line to your Jekyll site’s Gemfile
:
gem "steve-for-jekyll"
And add this line to your Jekyll site’s _config.yml
:
theme: steve-for-jekyll
And then execute:
$ bundle
Or install it yourself as:
$ gem install steve
Comments