@horacioh/gatsby-theme-mdx

0.1.1 • Public • Published

Gatsby

Gatsby theme MDX

Gatsby theme that let you create pages from .mdx files inside the pages directory

Installation

  • Install the theme
npm i --save @horacioh/gatsby-theme-mdx
# or
yarn add @horacioh/gatsby-theme-mdx
  • Add the theme to yout gatsby-config.js files
# gatsby-config.js

module.exports = {
  // ...
  plugins: [
    // ...
    `@horacioh/gatsby-theme-mdx`,
  ]
}
  • Create .mdx files on your src/pages folder and you are all set.
// pages/index.mdx

# Hello MDX page

This theme includes

  • gatsby-plugin-mdx: to transform .mdx files to pages. docs
  • gatsby-plugin-prismjs: to style codeblocks properly. docs
  • gatsby-plugin-theme-ui: base & extensable styles for theme components. docs

Issues & feedback

Any questions or feedback is welcome!. please if you don't understand something or need more documentation os some utility please file an issue or send me a tweet.

Happy Theming!!

Package Sidebar

Install

npm i @horacioh/gatsby-theme-mdx

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

6.71 kB

Total Files

10

Last publish

Collaborators

  • horacio