gatsby-theme-leasot
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

gatsby-theme-leasot

Configures gatsby-source-filesystem & gatsby-transformer-leasot

Install

yarn add -D gatsby-theme-leasot
# or 
npm i -D gatsby-theme-leasot

Usage

// in your gatsby-config.js
{
  resolve: 'gatsby-theme-leasot',
  options: {
    // required to define from where gatsby-transformer-leasot starts to scan
    sourcePath: __dirname,
    // optional, defaults to ['TODO', 'FIXME']
    customTags: ['NOTE', 'DONE'],
    // optional, default 'text', supports one of 'text', 'html', 'mdx'
    mode: 'mdx',
  },
},

Related

License

MIT © CanRau

Readme

Keywords

Package Sidebar

Install

npm i gatsby-theme-leasot

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

5.23 kB

Total Files

8

Last publish

Collaborators

  • canrau