Gatsby Theme Emulsify
Powered by Gatsby, MDX and Theme UI
Emulsify Design System contains a fully customizable/theme-able style guide generator built with Gatsby. It reads your documentation and component library and builds a style guide for you. Using MDX you can author custom documentation for your components as well as any other pages for your design system audience.
As per Gatsby theme best practices, this repo is a Yarn workspace containing the Gatsby theme as well as an
example
directory to see how to use it in a project.To install just the Gatsby theme in your project, run:
npm i gatsby gatsby-theme-emulsify
Create a local
gatsby-config.js
file (see the example one for documented options) and enter your basic site information in the siteMetadata
fields.Last modified 1yr ago