Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Neutrino theme.

:fire: A portfolio theme built using gatsby-theme-jam-example for Theme Jam.

Demo: :video_camera:

live demo

Installation :wrench:

To use this theme in your Gatsby sites, follow these instructions:

  1. Install the theme

    npm install --save gatsby-theme-neutrino
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: [
        'gatsby-theme-neutrino'
      ]
    }
  3. Start your site

    gatsby develop
© 2023 Gatsby, Inc.