-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (41 loc) · 913 Bytes
/
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
baseURL = "https://golang.design/research"
languageCode = "en-us"
title = "golang.design/research"
theme = "research"
[permalinks]
posts = "/:slug"
[params]
subtitle = "(Possibly) Naïve thoughts regarding Go."
dateFmt = "02.01.2006"
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.footer]]
name = "GitHub"
url = "https://github.com/golang-design/research"
weight = 2
[[menu.footer]]
name = "Contact"
url = "https://golang.design/s/email"
weight = 1
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "native"
tabWidth = 4