25 lines
429 B
TOML
25 lines
429 B
TOML
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
|