@amberleyromo/gatsby-theme-notes

A test publish of the notes theme

Usage no npm install needed!

<script type="module">
  import amberleyromoGatsbyThemeNotes from 'https://cdn.skypack.dev/@amberleyromo/gatsby-theme-notes';
</script>

README

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

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