@amberleyromo/gatsby-theme-notes

0.0.1 • Public • Published

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

/@amberleyromo/gatsby-theme-notes/

    Package Sidebar

    Install

    npm i @amberleyromo/gatsby-theme-notes

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    12.9 kB

    Total Files

    18

    Last publish

    Collaborators

    • amber1ey