Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Theme: Sky Lite

A lightweight GatsbyJS theme base with Material-UI and MDX Markdown support. A starter theme is available at: https://github.com/vim-labs/gatsby-theme-sky-lite-starter

View demo: https://gatsby-theme-sky-lite.netlify.com

Install

yarn add gatsby-theme-sky-lite # Or, npm install gatsby-theme-sky-lite
// gatsby-config.js
module.exports = {
  ...
  plugins: [
    { resolve: `gatsby-theme-sky-lite` },
    ...
  ]
  ...
}

Screenshots

Screenshot 01 Screenshot 02

© 2023 Gatsby, Inc.