feat: Add reveal theme
This commit is contained in:
parent
497f06cadd
commit
7cd8748e20
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/reveal-hugo"]
|
||||
path = themes/reveal-hugo
|
||||
url = git@github.com:dzello/reveal-hugo.git
|
10
config.toml
10
config.toml
|
@ -1,3 +1,13 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
|
||||
theme = "reveal-hugo"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[outputFormats.Reveal]
|
||||
baseName = "index"
|
||||
mediaType = "text/html"
|
||||
isHTML = true
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 92bcef7bfad85668f42b4f72844a259e00d56a3e
|
Loading…
Reference in New Issue