website/site/hugo.toml

26 lines
429 B
TOML
Raw Normal View History

2025-06-21 02:30:42 -07:00
baseURL = "https://functor.systems"
title = "functor.systems"
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
[pagination]
pagerSize = 3
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "paraiso-dark"
[Params]
twittercard = true
opengraph = true