0.0.6 • Published 5 years ago

gatsby-theme-holden v0.0.6

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

Blog base

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

Installation

yarn add gatsby-theme-blog-base

Usage

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

Configuration

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