1.2.0 • Published 4 years ago

gatsby-theme-scarlet v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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