23 lines
504 B
TOML
23 lines
504 B
TOML
baseURL = 'https://wires.systems'
|
|
languageCode = 'en-us'
|
|
title = "wires"
|
|
uglyurls = true
|
|
enableGitInfo = true
|
|
disableKinds = ['taxonomy', 'term', 'section']
|
|
|
|
[markup]
|
|
highlight.noClasses = false
|
|
goldmark.renderer.unsafe = true
|
|
tableOfContents.ordered = true
|
|
|
|
[outputFormats.rss]
|
|
baseName = 'feed'
|
|
|
|
[params]
|
|
description = "wires within wires, systems within systems"
|
|
|
|
[[menu.main]]
|
|
name = "git"
|
|
url = "https://git.wires.systems/wires"
|
|
[menu.main.params]
|
|
rel = "me"
|