From 6a62a871368bd4ec7818b7a0db47fbc694902bb9 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Fri, 22 Jul 2016 13:54:29 -0700 Subject: [PATCH 1/2] add drunkenblog starter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5883973bba8c6..b2348e24b984c 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ include yours! * [Simple blog](https://github.com/gatsbyjs/gatsby-starter-blog) ([Demo](http://gatsbyjs.github.io/gatsby-starter-blog/)) * [Simple documentation site](https://github.com/gatsbyjs/gatsby-starter-documentation) ([Demo](http://gatsbyjs.github.io/gatsby-starter-documentation/)) * [Lumen](https://github.com/wpioneer/gatsby-starter-lumen) ([Demo](http://wpioneer.github.io/gatsby-starter-lumen/)) +* [DrunkenBlog](https://github.com/konsumer/gatsby-starter-drunkenblog) [Demo](http://konsumer.js.org/gatsby-starter-drunkenblog/) ### Tutorial: Building a documentation site from the Gatsby Documentation Starter 1. Install gatsby `npm install -g gatsby` From 8b651419ad7dffb15c8d39f2c9591063eaa82a54 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Fri, 22 Jul 2016 13:57:24 -0700 Subject: [PATCH 2/2] parens around demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2348e24b984c..d5dbc269e48e5 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ include yours! * [Simple blog](https://github.com/gatsbyjs/gatsby-starter-blog) ([Demo](http://gatsbyjs.github.io/gatsby-starter-blog/)) * [Simple documentation site](https://github.com/gatsbyjs/gatsby-starter-documentation) ([Demo](http://gatsbyjs.github.io/gatsby-starter-documentation/)) * [Lumen](https://github.com/wpioneer/gatsby-starter-lumen) ([Demo](http://wpioneer.github.io/gatsby-starter-lumen/)) -* [DrunkenBlog](https://github.com/konsumer/gatsby-starter-drunkenblog) [Demo](http://konsumer.js.org/gatsby-starter-drunkenblog/) +* [DrunkenBlog](https://github.com/konsumer/gatsby-starter-drunkenblog) ([Demo](http://konsumer.js.org/gatsby-starter-drunkenblog/)) ### Tutorial: Building a documentation site from the Gatsby Documentation Starter 1. Install gatsby `npm install -g gatsby`