Home

Hello

July 23, 2019

This is a Gatsby theme made with Theme UI & CSS modules – create Theme UI standard themes and use them with CSS custom properties in CSS modules. This theme also includes support for color modes.

Installation

npm i gatsby-theme-css
// gatsby-config.js
module.exports = {
  plugins: [
    'gatsby-theme-css',
  ]
}

Add MDX blog posts to content/posts/, and use frontmatter for metadata.