first commit
This commit is contained in:
19
hugo.toml
Normal file
19
hugo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
baseURL = 'https://tpml.delmar.bzh/'
|
||||
languageCode = 'en-us'
|
||||
title = 'TPML'
|
||||
theme = ["reveal-hugo"]
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[outputFormats.Reveal]
|
||||
baseName = "index"
|
||||
mediaType = "text/html"
|
||||
isHTML = true
|
||||
|
||||
[params.reveal_hugo]
|
||||
theme = "league"
|
||||
history = true
|
||||
slide_number = true
|
||||
transition = 'zoom'
|
||||
transition_speed = 'fast'
|
||||
Reference in New Issue
Block a user