Skip to content

Commit

Permalink
theme name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Czizikow authored and Jan Czizikow committed Nov 26, 2017
1 parent d360cde commit 186b3e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -27,7 +27,7 @@ And then execute:
Or install it yourself as:
$ gem install sleek
$ gem install jekyll-sleek
## Usage
Expand All @@ -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

Expand Down

0 comments on commit 186b3e7

Please sign in to comment.