-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (38 loc) · 1.13 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
base_url = "https://mercury.flxzt.net/"
title = "Mercury"
description = "Modern blog theme"
build_search_index = true
generate_feed = true
compile_sass = true
minify_html = true
taxonomies = [
{name = "tags"},
]
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
[extra]
favicon = "/images/favicon.svg"
theme = "auto" # either `auto`, `dark` or `light`
use_cdn = false
temml = true
elevator = true
menu = [
{ name = "/posts", url = "/posts", weight = 1 },
{ name = "/projects", url = "/projects", weight = 2 },
# { name = "/tags", url = "/tags", weight = 3 },
{ name = "/about", url = "/about", weight = 99 },
]
socials = [
{ name = "rss", url = "https://mercury.flxzt.net/atom.xml", icon = "rss" },
{ name = "github", url = "https://github.com/flxzt/mercury", icon = "github" },
]
custom_css = []
[extra.analytics]
enabled = false
goatcounter_user = "your_user"
goatcounter_host = "example.com" # default= goatcounter.com
[extra.footer]
enabled = true
# If footer is enabled, you can either set the text here or overwrite the `partials/footer.html` template for custom html
text = "John Doe - © 2023"