wires

summary refs log tree commit diff
path: root/hugo.toml
blob: 470b2fa8fa0a25f6113c07245c5cb9fe15ad08c8 (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
32
33
34
35
36
37
38
39
40
41
baseURL = 'https://wires.systems'
languageCode = 'en-us'
title = "wires"
uglyurls = true
disableKinds = ['section']
summaryLength = 10

[taxonomies]
  tag = 'tags'

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

[outputs]
    page = ["HTML"]
    home = ["HTML", "RSS"]
    term = ["HTML"]
    taxonomy = ["HTML"]

[outputFormats.rss]
    baseName = 'feed'

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

[[menu.main]]
    weight = -5
    name = "tags"
    url = "/tags"

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

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