Initial commit
This commit is contained in:
19
themes/reveal-hugo/exampleSite/data/common/nested.toml
Normal file
19
themes/reveal-hugo/exampleSite/data/common/nested.toml
Normal 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" >}}
|
||||
```
|
||||
|
||||
'''
|
||||
|
Reference in New Issue
Block a user