-
Notifications
You must be signed in to change notification settings - Fork 34
/
config.toml
44 lines (38 loc) · 887 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
theme = "smol"
baseURL = "https://www.brodrigues.co/"
languageCode = "en-us"
title = "Econometrics and Free Software"
# Parameters
[params]
subtitle = "Actually, it's mostly R."
dateFmt = "2006/01/02"
# Header
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog/"
weight = 1
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
# Footer
[[menu.footer]]
name = "Github"
url = "https://github.com/example"
weight = 1
[[menu.footer]]
name = "Mastodon"
url = "https://example.com/@user"
weight = 2
[[menu.footer]]
name = "Imprint"
url = "/imprint"
weight = 3