gatsby-theme-neutrino
v1.0.1
Published
:fire: A portfolio theme built using gatsby-theme-jam-example for [Theme Jam](https://themejam.gatsbyjs.org).
Maintainers
Readme
Gatsby Neutrino theme.
:fire: A portfolio theme built using gatsby-theme-jam-example for Theme Jam.
Demo: :video_camera:
Installation :wrench:
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm install --save gatsby-theme-neutrinoAdd the theme to your
gatsby-config.js:module.exports = { plugins: [ 'gatsby-theme-neutrino' ] }Start your site
gatsby develop
