webbed-site/hugo.toml
2026-02-14 23:03:08 +01:00

8 lines
241 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'webbed-theme'
# https://stackoverflow.com/questions/61292854/with-hugo-can-we-use-html-code-in-a-md-file
[markup.goldmark.renderer]
unsafe = true