Community Plugin
View plugin on GitHubGatsby 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