portfolios_tutoriel/themes/reveal-hugo/exampleSite/content/template-example/continued.md
2022-02-09 15:43:10 +01:00

246 B

+++ +++

{{< slide template="grey" >}}

Templates can be specified in config.toml as well, for reusability across multiple presentations.

[params.reveal_hugo.templates.grey]
background = "#424242"
transition = "convex"

THE END