This deck demonstrates Reveal.JS integration into Hugo static site builder.
Seems familiar?
---
title: "Demo deck"
---
# Demo deck
This deck demonstrates [Reveal.JS](Reveal.JS) integration into [Hugo](https://gohugo.io/) static site builder.
`---` (<- without backticks)
## Markdown based
Photo: Pixabay
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello world!")
}
Item | Value | Quantity |
---|---|---|
Apples | $1 | 7 |
Lemonade | $2 | 18 |
Bread | $3 | 2 |
Line numbers, line highlighting and more
package main import ( "fmt" ) func main() { fmt.Println("Hello world!") }
--- title: "Demo deck" theme: sky --- # Demo deck ...
--- title: "Demo deck" reveal: hash: true --- # Demo deck ...