@pedronauck/gatsby-theme-blog

1.0.4 • 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 @pedronauck/gatsby-theme-blog

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

454 kB

Total Files

20

Last publish

Collaborators

  • pedronauck