PERFORMANCE

Real World Performance: lazy loading, optimizing media, faster analytics join us Wednesday

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Theme Scarlet

Netlify Status

ScarletPreview

Gatsby theme scarlet is a personal portfolio which features 3 slides, several beautiful shades of purple, and our star Scarlet.

This theme was created for Gatsby Theme Jam however after it’s over i will continue to upgrade and improve scarlet’s theme.

See the live demo

Installation

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

  1. Install the theme via npm or yarn

    npm

    npm install --save gatsby-theme-scarlet

    Yarn

    yarn add gatsby-theme-scarlet
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: ["gatsby-theme-scarlet"],
    }
  3. Start your site

    gatsby develop
© 2023 Gatsby, Inc.