0.0.6 • Published 6 years ago
gatsby-theme-holden v0.0.6
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
Key | Default | Description |
---|---|---|
postsPath | /blog | Path for blog posts listings (/blog , /blog/2 , etc.) |
postsPerPage | 99999 | Number of posts on each page |
0.0.6
6 years ago
0.0.6-ci.4
6 years ago