14 lines
225 B
TOML
14 lines
225 B
TOML
baseURL = 'https://flypython.com'
|
|
languageCode = 'en-us'
|
|
title = 'flypython'
|
|
|
|
|
|
theme = ["reveal-hugo"]
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[outputFormats.Reveal]
|
|
baseName = "index"
|
|
mediaType = "text/html"
|
|
isHTML = true |