This repo is a gatsby theme for a conference landing page
It includes:
- a theme (located in
theme/
) that includes basic setup - a demo site (located in
demo/
) that installs the theme - a Yarn workspaces configuration so the theme and demo can be worked on simultaneously
To use this theme in your Gatsby sites, follow these instructions:
-
Install the theme
npm install --save gatsby-theme-conf
-
Add the theme to your
gatsby-config.js
:module.exports = { plugins: [ 'gatsby-theme-conf' ] }
-
Start your site
gatsby develop