Fixes installation step instructions

This commit is contained in:
David Darnes 2016-06-20 13:13:55 +01:00 committed by GitHub
parent 0adc52cff5
commit 85f5594ef5

View File

@ -12,6 +12,7 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa
2. `$ gem install github-pages` 2. `$ gem install github-pages`
3. `$ gem install jekyll -v 3.2.0.pre.beta1` 3. `$ gem install jekyll -v 3.2.0.pre.beta1`
4. Add the following to your config file: 4. Add the following to your config file:
``` yml ``` yml
theme: garth-jekyll-theme # Set the theme theme: garth-jekyll-theme # Set the theme
logo: https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=300 # Provide an avatar/logo logo: https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=300 # Provide an avatar/logo
@ -27,16 +28,21 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa
title: "Website title" title: "Website title"
description: "Website description" description: "Website description"
``` ```
5. Add the following to your `css/styles.scss` file: 5. Add the following to your `css/styles.scss` file:
``` css ``` css
--- ---
--- ---
@import "theme"; @import "theme";
``` ```
6. Add the following to your `js/scripts.js` file: 6. Add the following to your `js/scripts.js` file:
``` html ``` html
--- ---
--- ---
{% include theme.js %} {% include theme.js %}
``` ```
5. `$ jekyll _3.2.0.pre.beta1_ serve --watch`
7. `$ jekyll _3.2.0.pre.beta1_ serve --watch`