--- 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, }, }, ```