-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathconfig.toml
50 lines (40 loc) · 814 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
46
47
48
49
base_url = "https://not-matthias.github.io"
title = "not-matthias"
build_search_index = true
generate_feed = true
minify_html = true
taxonomies = [
{name = "tags"}
]
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
[extra]
toc = true
use_cdn = true
favicon = "/icon/favicon.png"
theme = "dark"
[extra.analytics]
enabled = true
goatcounter_user = "not-matthias"
goatcounter_host = "example.com" # default: goatcounter.com
[[extra.menu]]
name = "/posts"
url = "/"
weight = 1
[[extra.menu]]
name = "/projects"
url = "/projects"
weight = 2
[[extra.menu]]
name = "/about"
url = "/about"
weight = 3
[[extra.social]]
icon = "twitter"
name = "Twitter"
url = "https://github.com/not-matthias/"
[[extra.social]]
icon = "twitter"
name = "Twitter"
url = "https://twitter.com/not_matthias/"