gatsby-theme-conf
v1.0.1
Published
See the [live demo](https://gatsby-theme-conf.netlify.com)
Downloads
2
Maintainers
Readme
Gatsby Theme for Conference Landing Page
See the live demo
Installation
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