From c28e02cb9685d8ad175d80925a8c01fe3168cc9e Mon Sep 17 00:00:00 2001 From: David Landry Date: Fri, 2 Feb 2018 13:18:30 -0500 Subject: [PATCH] Added Hampton starter --- docs/docs/gatsby-starters.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/gatsby-starters.md b/docs/docs/gatsby-starters.md index 7c70d964919aa..4458059ffc33c 100644 --- a/docs/docs/gatsby-starters.md +++ b/docs/docs/gatsby-starters.md @@ -407,3 +407,14 @@ Community: * Integration with [Visual Studio Code](https://code.visualstudio.com) * Pre-configured auto-formatting on file save * Based on [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default) + +* [gatsby-hampton-theme](https://github.com/davad/gatsby-hampton-theme) + [(demo)](http://dmwl.net/gatsby-hampton-theme) + + Features: + + * Eslint in dev mode with the airbnb config and prettier formatting rules + * [Emotion](https://github.com/emotion-js/emotion) for CSS-in-JS + * A basic blog, with posts under src/pages/blog + * A few basic components (Navigation, Layout, Link wrapper around `gatsby-link`)) + * Based on [gatsby-starter-gatsbytheme](https://github.com/saschajullmann/gatsby-starter-gatsbythemes)