From ed2cbbdb02ff6c6e601c7439ed5deb8805632f03 Mon Sep 17 00:00:00 2001 From: Stuart Campbell Date: Fri, 21 Feb 2014 00:05:02 +1100 Subject: [PATCH] Add alternate configuration instructions --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index ded43cc..b5b5efa 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,10 @@ In a plugin file within your Jekyll project's _plugins directory: # _plugins/my-plugin.rb require "jekyll-less" +Alternatively, add a configuration option in `_config.yml`: + + gems: ['jekyll-less'] + Place .less files anywhere in your Jekyll project's directory. These will be converted to .css files with the same directory path and filename. For example, if you create a Less file at _css/my-stuff/styles.less_, then the corresponding