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

20 lines
290 B
Markdown

---
title: Example note
emoji: 👋
modified: 2022-09-09
---
This is an example note, see below for some code.
```js
{
resolve: 'gatsby-theme-code-notes',
options: {
contentPath: 'notes',
basePath: '/',
showThemeInfo: true,
showDescriptionInSidebar: true,
},
},
```