1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-02 09:35:03 +01:00
notes/docs/notes/example-note.md

286 B

title modified
Example note 2022-09-09

This is an example note, see below for some code.

{
  resolve: 'gatsby-theme-code-notes',
  options: {
    contentPath: 'notes',
    basePath: '/',
    showThemeInfo: true,
    showDescriptionInSidebar: true,
  },
},