Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 689 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 689 Bytes

Gatsby Starter Theme with MDX

  • uses the default Gatsby Starter Theme (version 2.1.20)
  • includes:
    • built in MDX options
    • built in Prettier and ESLint configurations (ESLint uses airbnb)
    • Gatsby Image configurations (images go in the "/images" directory)
    • styled components configurations (includes ThemeProvider in "layouts/theme.js" file)
    • styled components utilities (media queries etc.) located in "/utils/style.utils.js" file
    • sass configurations for global styles (may remove in future updates)
    • PropTypes

Optional

  • run npm run watch-config to watch for changes made to the gatsby-config file and restart the dev server automatically when changes occur