Markdown Files
Full Example
Here is a complete .fig.toml for a presentation:
ignore_for_view = ["drafts/"]
[present]
files = [
"slides/01-intro.md",
"slides/02-setup.md",
"slides/03-demo.md",
"slides/04-summary.md"
]
author = "Jane Doe"
conference = "RustConf 2026"
And the referenced Markdown files use {{author}}
and {{conference}} to personalize the content.
The repository itself is the presentation - no build step, no extra tooling.