Community Plugin
View plugin on GitHubGatsby 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-neutrino
-
Add the theme to your
gatsby-config.js
:module.exports = { plugins: [ 'gatsby-theme-neutrino' ] }
-
Start your site
gatsby develop