1.0.6 • Published 4 years ago

gatsby-theme-sky-lite-master v1.0.6

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

Gatsby Theme: Sky Lite

A lightweight GatsbyJS theme base with Material-UI and MDX Markdown support.

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