1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-03 09:13:54 +01:00
notes/notes/example-note.md

287 B

title tags emoji
Example note
example
👋

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

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