2.0.0 • Published 3 years ago

gatsby-theme-training v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

gatsby-theme-training

Gatsby theme to create training materials.

Installation

yarn add gatsby-theme-training

Then add to your gatsby-config.js

module.exports = {
  plugins: [`gatsby-theme-training`],
};

Features

Included plugins

  • gatsby-plugin-sass
  • gatsby-plugin-emotion
  • gatsby-plugin-mdx
  • gatsby-plugin-netlify
  • gatsby-plugin-sharp
  • gatsby-plugin-react-helmet

Usage

Theme options

  • lessonPath: Location of lessons. Default to 'lessons'.
  • disableAuth: Disable netlify identify.