gatsby-theme-hungry-bear-base

0.0.6 • Public • Published

gatsby-theme-hungry-bear-base

A base Gatsby theme with emotion, google fonts and react-helmet setup.

Current status: WIP

Getting Started

Add to your Gatsby sites gatsby-config.js just like you would with a plugin.

module.exports = {
    __experimentalThemes: [
       { 
           resolve: 'gatsby-theme-hungry-bear-base',
            options: {
                title: 'Test Site',
                description: 'The is a description of the wesbite',
                author: 'Hungry Bear Studio',
                twitter: '@studio_hungry'
            }
        }
    ]
}

Built With

Authors

  • Rich Haines - Hungry Bear Studio

License

This project is licensed under the MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-theme-hungry-bear-base

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

13.2 kB

Total Files

14

Last publish

Collaborators

  • hungrybearstudio