0.1.1 • Published 7 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-blogFeatures
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/postspageSize: 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
7 years ago
0.1.0
7 years ago
0.0.17
7 years ago
0.0.17-b0
7 years ago
0.0.17-0
7 years ago
0.0.16
7 years ago
0.0.16-0
7 years ago
0.0.15
7 years ago
0.0.15-0
7 years ago
0.0.14
7 years ago
0.0.14-3
7 years ago
0.0.14-2
7 years ago
0.0.14-1
7 years ago
0.0.14-0
7 years ago
0.0.13
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago