diff --git a/README.md b/README.md index 4b4a67c..fa7b4d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# garth-jekyll-theme +# Garth Jekyll Theme [![Gem Version](https://badge.fury.io/rb/garth-jekyll-theme.svg)](https://badge.fury.io/rb/garth-jekyll-theme) @@ -6,11 +6,11 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa ![Screenshot](https://raw.githubusercontent.com/daviddarnes/garth-jekyll-theme/master/screenshot.png) -## Installtion +## Installation -1. `gem install garth-jekyll-theme` -2. `gem install github-pages` -3. `gem install jekyll -v 3.2.0.pre.beta1` +1. `$ gem install garth-jekyll-theme` +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 @@ -27,3 +27,4 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa title: "Website title" description: "Website description" ``` +5. `$ jekyll _3.2.0.pre.beta1_ serve --watch`