From f260d6c5396bddcdc80a9b1648e49de5f2f12e39 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Tue, 28 Mar 2017 09:17:07 +0100 Subject: [PATCH] Amend demo site --- about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.md b/about.md index 4b4108a..3da4dfb 100644 --- a/about.md +++ b/about.md @@ -12,7 +12,7 @@ A stupidly simple theme for Jekyll, using the official Jekyll theme implementati ### As a Fork -1. [Fork the repo](https://github.com/daviddarnes/garth-jekyll-theme#fork-destination-box) +1. [Fork the repo](https://github.com/daviddarnes/garth-#fork-destination-box) 2. Clone down the repo with `$ git clone git@github.com:username/reponame.git` 3. Delete the `demo/` folder and `screenshot.png` files 4. Change the `CNAME` record to your projects' record @@ -23,7 +23,7 @@ A stupidly simple theme for Jekyll, using the official Jekyll theme implementati ### As a Jekyll 3.3 theme gem -1. Download the starter `/demo` content, [quick download link](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/daviddarnes/garth-jekyll-theme/tree/master/demo) +1. Download the starter `/demo` content, [quick download link](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/daviddarnes/garth/tree/master/demo) 2. Install bundler with `$ gem install bundler` 3. Install gems with `$ bundle install` 4. Run Jekyll with `$ bundle exec jekyll serve --watch`