Initial commit

This commit is contained in:
Killian Kemps
2023-07-07 11:52:08 +02:00
commit 2d44ed43f8
296 changed files with 25977 additions and 0 deletions

View File

@ -0,0 +1,19 @@
reusable = '''
You can organize reusables into folder.
An an `example` key in `data/common/nested.toml`
```toml
example = "I'm a slide"
```
<br>
Set the `content` attribute to "common.nested.example":
```markdown
{{< slide content="common.nested.example" >}}
```
'''