wires

summary refs log tree commit diff
path: root/hugo.toml
blob: aee57cc22ab209a0cf0fda68dbd7ec1eed27d18a (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
24
25
26
27
28
29
30
31
baseURL = 'https://wires.systems'
languageCode = 'en-us'
title = "wires"
uglyurls = true
enableGitInfo = true
disableKinds = ['section', 'taxonomy']
summaryLength = 10

[taxonomies]
  tag = 'tags'

[markup]
    highlight.noClasses = false
    goldmark.renderer.unsafe = true
    tableOfContents.ordered = true

[outputFormats.rss]
    baseName = 'feed'

[[menu.main]]
    weight = -10
    name = "home"
    url = "/"

[[menu.main]]
    name = "rss"
    url = "/feed.xml"

[[menu.main]]
    name = "git"
    url = "https://git.wires.systems/wires"