1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00
mdx-deck/templates/basic/deck.mdx

25 lines
325 B
Plaintext
Raw Normal View History

2019-03-10 02:34:20 +03:00
import { Head, Notes } from 'mdx-deck'
2019-07-17 00:20:02 +03:00
import { theme } from './theme'
2018-08-25 23:40:44 +03:00
2019-07-17 00:20:02 +03:00
export const themes = [ theme ]
2018-08-25 23:40:44 +03:00
<Head>
<title>Presentation Title</title>
</Head>
# Hello
---
## Edit this file
To create your presentation
2019-03-10 02:34:20 +03:00
<Notes>
Create speaker notes with the Notes component
</Notes>
2018-08-25 23:40:44 +03:00
---
<https://github.com/jxnblk/mdx-deck>