blob: 2199c3479ee405ceef28946fdb21be5d34dfe78d (
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
|
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]]
name = "rss"
url = "/feed.xml"
[[menu.main]]
name = "git"
url = "https://git.wires.systems/wires"
|