Community Plugin
View plugin on GitHubGatsby Theme Scarlet
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:
-
Install the theme via npm or yarn
npm
npm install --save gatsby-theme-scarlet
Yarn
yarn add gatsby-theme-scarlet
-
Add the theme to your
gatsby-config.js
:module.exports = { plugins: ["gatsby-theme-scarlet"], }
-
Start your site
gatsby develop