This repository has been archived on 2022-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
verticallyalignedcarbonnano.../themes/reveal-hugo/exampleSite/data/common/nested.toml

20 lines
274 B
INI

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" >}}
```
'''