Skip to content

Commit

Permalink
Merge pull request jekyll#37 from DirtyF/patch-1
Browse files Browse the repository at this point in the history
Merge pull request 37
  • Loading branch information
jekyllbot authored Sep 12, 2016
2 parents 7e4ee86 + be1cb20 commit 6f774eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ theme: minima
And then execute:
$ bundle
Then add a `css/main.scss` file based on the following template, don't forget to include the frontmatter:

```css
---
---
@import "minima";
```

You can choose to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path.

## Enabling comments (via Disqus)

Expand Down Expand Up @@ -57,17 +68,6 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/jekyll

To set up your environment to develop this theme, run `bundle install`.

Then add a `css/main.scss` file based on the following template, don't forget to include the frontmatter:

```css
---
---
@import "minima";
```

You can choose to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path.

To test your theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme and the contents of the `example/` directory. As you make modifications to your theme and to the example site, your site will regenerate and you should see the changes in the browser after a refresh.

## License
Expand Down

0 comments on commit 6f774eb

Please sign in to comment.