0.1.1 • Published 6 years ago
@jxnblk/gatsby-theme-mdx-blog v0.1.1
@jxnblk/gatsby-theme-mdx-blog
WIP Hyperminimal Gatsby theme for building blogs with MDX
Used in https://jxnblk.com/blog
npm i @jxnblk/gatsby-theme-mdx-blog
Features
Theming
The blog can be completely themed using Theme UI.
TK
Options
The following options can be passed to the theme in your site's gatsby-config.js
file.
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: '@jxnblk/gatsby-theme-mdx-blog',
options: {
name: 'writing',
path: 'src/content',
pageSize: 16,
}
}
]
}
name
: path for rendered pages in your site, default''
path
: path for source folder of MDX blog posts, defaultsrc/posts
pageSize
: number of posts to display per page
:warning: if you change the path
, make sure you have content already since gatsby relies on having content to generate the frontmatter properly.
MIT License
0.1.1
6 years ago
0.1.0
6 years ago
0.0.17
6 years ago
0.0.17-b0
6 years ago
0.0.17-0
6 years ago
0.0.16
6 years ago
0.0.16-0
6 years ago
0.0.15
6 years ago
0.0.15-0
6 years ago
0.0.14
6 years ago
0.0.14-3
6 years ago
0.0.14-2
6 years ago
0.0.14-1
6 years ago
0.0.14-0
6 years ago
0.0.13
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago