@amberleyromo/gatsby-theme-notes
v0.0.1
Published
A test publish of the notes theme
Downloads
2
Maintainers
Readme
gatsby-theme-notes
A Gatsby Theme for publishing notes to your website.

Installation
yarn add gatsby-theme-notesUsage
// gatsby-config.js
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 |
