Files
flypythoncom.github.io/hugo.toml
2024-01-15 22:42:51 +08:00

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