feat: Add reveal theme
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -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
|
||||
|
1
themes/reveal-hugo
Submodule
1
themes/reveal-hugo
Submodule
Submodule themes/reveal-hugo added at 92bcef7bfa
Reference in New Issue
Block a user