0.0.1-alpha.0 • Published 5 years ago

gatsby-theme-blog-mdx v0.0.1-alpha.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

MDX blog

:warning: This is experimental and subject to breaking changes.

Installation

yarn add gatsby-theme-blog-mdx

Usage

// gatsby-config.js
module.exports = {
  return {
    __experimentalThemes: [
      {
        resolve: 'gatsby-theme-blog-mdx',
        options: {
          postsPath: '/writing'
        }
      }
    ]
  }
}

Configuration

KeyDefaultDescription
postsPath/blogPath for blog posts listings (/blog, /blog/2, etc.)
postsPerPage99999Number of posts on each page