From e611726eb797b35bf934b01bdba2b9e93cdc1f8a Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Fri, 22 Jul 2016 14:38:23 -0700 Subject: [PATCH] add drunkenblog starter (#361) * add drunkenblog starter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5883973bba8c6..d5dbc269e48e5 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`