gatsby-theme-tasting-notes
v0.1.0
Published
This is a very basic fork of the Gatsby Theme Jam theme. It's made to gather persona tasting notes about spirits. Updates will follow in the next months.
Downloads
3
Maintainers
Readme
Gatsby Theme Tasting Notes
This is a very basic fork of the Gatsby Theme Jam theme. It's made to gather persona tasting notes about spirits. Updates will follow in the next months.
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm install --save gatsby-theme-tasting-notes
Add the theme to your
gatsby-config.js
:module.exports = { plugins: ["gatsby-theme-tasting-notes"], }
Start your site
gatsby develop