-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathconfig.toml
36 lines (30 loc) · 873 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
base_url = "https://not-matthias.github.io/apollo/"
title = "not-matthias"
build_search_index = true
generate_feed = true
compile_sass = true
minify_html = true
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
[extra]
toc = true
use_cdn = false
favicon = "/icon/favicon.png"
theme = "auto"
# mathjax = true
# mathjax_dollar_inline_enable = true
menu = [
{ name = "/posts", url = "/posts", weight = 1 },
{ name = "/projects", url = "/projects", weight = 2 },
{ name = "/about", url = "/about", weight = 3 },
]
socials = [
{ name = "twitter", url = "https://twitter.com/not_matthias", icon = "twitter" },
{ name = "github", url = "https://github.com/not-matthias/", icon = "github" },
]
custom_css = []
[extra.analytics]
enabled = true
goatcounter_user = "your_user"
goatcounter_host = "example.com" # default= goatcounter.com