-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
61 lines (54 loc) · 1.31 KB
/
config.toml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
baseurl = "https://johannesnauta.github.io"
enableEmoji = true
footnotereturnlinkcontents = "↩"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
languageCode = "en-us"
theme = "hugo-classic"
title = "Home"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[permalinks]
post = "/post/:year/:month/:day/:slug/"
[[menu.main]]
name = "Research"
url = "/pages/research/"
weight = 2
[[menu.main]]
name = "Publications"
url = "/pages/publications/"
weight = 4
[[menu.main]]
name = "Posts"
url = "/post/"
weight = 5
[[menu.main]]
name = "Curriculum-Vitae"
url = "/pages/cv/"
weight = 99
[[menu.main]]
name = "Contact"
url = "/pages/contact/"
weight = 100
[params]
custom_css = ["css/theme-override.css"]
description = "A simple, minimal blog for those who love text."
footer = """
[Twitter/X](https://twitter.com/johannes_nauta) |
[Github](https://github.com/johannesnauta) |
[Keybase](https://keybase.io/jnauta)
\n (Theme built with [Hugo](https://gohugo.io/) using \
the [Hugo-classic](https://themes.gohugo.io/themes/hugo-classic/) made by
[Kellen Evan Person](https://goodroot.ca/))
"""