mirror of
https://github.com/tomru/lt-35c3.git
synced 2026-03-02 22:17:24 +01:00
24 lines
292 B
Plaintext
24 lines
292 B
Plaintext
import { Head } from 'mdx-deck'
|
|
|
|
export { default as theme } from './theme'
|
|
|
|
<Head>
|
|
<title>Presentation Title</title>
|
|
</Head>
|
|
|
|
# Hello
|
|
|
|
---
|
|
|
|
## Edit this file
|
|
|
|
To create your presentation
|
|
|
|
```notes
|
|
- Create speaker notes in fenced code blocks
|
|
```
|
|
|
|
---
|
|
|
|
<https://github.com/jxnblk/mdx-deck>
|