From 85f5594ef5b2c208986e0f35ac5b32dcaa867395 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 20 Jun 2016 13:13:55 +0100 Subject: [PATCH] Fixes installation step instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f989dc4..694e60b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa 2. `$ gem install github-pages` 3. `$ gem install jekyll -v 3.2.0.pre.beta1` 4. Add the following to your config file: + ``` yml theme: garth-jekyll-theme # Set the theme 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" description: "Website description" ``` + 5. Add the following to your `css/styles.scss` file: + ``` css --- --- @import "theme"; ``` + 6. Add the following to your `js/scripts.js` file: + ``` html --- --- {% include theme.js %} ``` -5. `$ jekyll _3.2.0.pre.beta1_ serve --watch` + +7. `$ jekyll _3.2.0.pre.beta1_ serve --watch`