8 lines
241 B
TOML
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
|