gatsby-theme-notes
A Gatsby Theme for publishing notes to your website.
Installation
yarn add gatsby-theme-notes
Usage
module.exports = {
__experimentalThemes: [
{
resolve: `gatsby-theme-notes`,
options: {
notesPath: `/txt`,
},
},
],
}
Options
Key | Default value | Description |
---|
notesPath | /notes | Root url for all notes pages |
mdx | true | Configure gatsby-mdx (if your website already is using the plugin pass false to turn it off) |
homeText | ~ | Root text for notes breadcrumb trail |
breadcrumbSeparator | / | Separator for the breadcrumb trail |