gatsby-theme-blog-base

0.0.6 • Public • Published

Blog base

⚠️ 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

Key Default Description
postsPath /blog Path for blog posts listings (/blog, /blog/2, etc.)
postsPerPage 99999 Number of posts on each page

Readme

Keywords

Package Sidebar

Install

npm i gatsby-theme-blog-base

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

12.7 kB

Total Files

20

Last publish

Collaborators

  • johno
  • johno-bot