Amends instructions
This commit is contained in:
parent
78bb521bf3
commit
0cd8c7df21
11
README.md
11
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`
|
||||
|
Loading…
Reference in New Issue
Block a user