subtle and simplistic
Install the theme
yarn add @josefaidt/gatsby-theme
Add the theme to your gatsby-config.js plugins array:
gatsby-config.js
module.exports = { plugins: ['@josefaidt/gatsby-theme'], }
Visit the documentation.