1.0.1 • Published 5 years ago

gatsby-theme-conf v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Gatsby Theme for Conference Landing Page

See the live demo

Installation

To use this theme in your Gatsby sites, follow these instructions:

  1. Install the theme

    npm install --save gatsby-theme-conf
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: [
        'gatsby-theme-conf'
      ]
    }
  3. Start your site

    gatsby develop