From 186b3e7d343542d1e0cf091c91db2acf7511793c Mon Sep 17 00:00:00 2001 From: Jan Czizikow Date: Sun, 26 Nov 2017 19:39:10 +0800 Subject: [PATCH] theme name fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 209398a64..d124308ed 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ TODO: Delete this and the text above, and describe your gem Add this line to your Jekyll site's `Gemfile`: ```ruby -gem "sleek" +gem "jekyll-sleek" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml -theme: sleek +theme: jekyll-sleek ``` And then execute: @@ -27,7 +27,7 @@ And then execute: Or install it yourself as: - $ gem install sleek + $ gem install jekyll-sleek ## Usage @@ -44,7 +44,7 @@ To set up your environment to develop this theme, run `bundle install`. Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. -To add a custom directory to your theme-gem, please edit the regexp in `sleek.gemspec` accordingly. +To add a custom directory to your theme-gem, please edit the regexp in `jekyll-sleek.gemspec` accordingly. ## License