From 8d5020f8fe7e417edbf6e8fc713f5f15d7ccd278 Mon Sep 17 00:00:00 2001 From: Sylvester Keil Date: Thu, 15 May 2014 12:36:58 +0200 Subject: [PATCH] add gem option to readme --- .travis.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 852322d..b7065da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,11 @@ language: ruby bundler_args: --without debug script: bundle exec rake test_with_coveralls rvm: + - ruby-head - 2.1.0 - 2.0.0 - 1.9.3 + - rbx-2 notifications: email: recipients: diff --git a/README.md b/README.md index 9d14a6b..60bad34 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ to a file in your plugin directory (e.g., to `_plugins/ext.rb`): require 'jekyll/scholar' +Alternatively, add `jekyll-scholr` to your `gem` array in you configuration: + + gem: ['jekyll-scholar'] + In your configuration you can now adjust the Jekyll-Scholar settings. The default configuration is as follows: -- GitLab