gatsby-theme-vayu
v1.0.2
Published
See the [live demo](https://stoic-ptolemy-decc62.netlify.com/)
Downloads
6
Maintainers
Readme
Gatsby Theme Vayu
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm install --save gatsby-theme-vayu
Add the theme to your
gatsby-config.js
:module.exports = { plugins: ["gatsby-theme-vayu"], }
Start your site
gatsby develop