summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 6637def1740bd4b411e98b56c26def1af3562e84 (plain)
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
baseurl = "https://zk.ymhg.org/"
languageCode = "en-us"
title = "Yann's Zettelkasten"
theme = "hugo-xmin"
ignoreFiles = [ "\\.Rmd$", "\\.Rmarkdown$", "_cache$" ]
footnotereturnlinkcontents = "↩"

[[menu.main]]
name = "Home"
url = ""
weight = 10

[[menu.main]]
name = "About"
url = "about/"
weight = 20

[[menu.main]]
name = "Categories"
url = "categories/"
weight = 30

[[menu.main]]
name = "Tags"
url = "tags/"
weight = 40

[[menu.main]]
name = "Subscribe"
url = "index.xml"

[params]
description = "A website built through Hugo and blogdown."
footer = "© [Yann Herklotz](https://yannherklotz.com) {Year} | [sourcehut](https://sr.ht/~ymherklotz) | [Twitter](https://twitter.com/ymherklotz)"

[markup.highlight]
codeFences = false

[markup.goldmark.renderer]
unsafe = true