0.0.1 • Published 5 years ago

@amberleyromo/gatsby-theme-notes v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

gatsby-theme-notes

A Gatsby Theme for publishing notes to your website.

image

Installation

yarn add gatsby-theme-notes

Usage

// gatsby-config.js
module.exports = {
  __experimentalThemes: [
    {
      resolve: `gatsby-theme-notes`,
      options: {
        notesPath: `/txt`,
      },
    },
  ],
}

Options

KeyDefault valueDescription
notesPath/notesRoot url for all notes pages
mdxtrueConfigure 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