wires

summary refs log tree commit diff
path: root/hugo.toml
blob: 3c4aff7ac62ed53f87fa598a3e01408236c547f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"