diff --git a/.gitignore b/.gitignore index 3b590b6..e9e786d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ _site/ .sass-cache/ .jekyll-metadata garth-jekyll-theme-*.gem -test-site/* diff --git a/README.md b/README.md index 41714b9..4977b09 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa ## Installation -1. `$ gem install garth-jekyll-theme` -2. `$ gem install jekyll` +1. `$ gem install jekyll` +2. `$ gem install garth-jekyll-theme` 3. Add the following to your config file: - + ``` yml # Typical site settings title: "Website title" @@ -28,7 +28,7 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa --- @import "theme"; ``` - + 6. Add the following to your `js/scripts.js` file: ``` html @@ -36,7 +36,7 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa --- {% include theme.js %} ``` - + 7. `$ jekyll serve --watch` ## Additional notes