-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (40 loc) · 1.05 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
47
48
49
50
base_url = "https://confusedalex.dev"
title = "confusedalex"
author = "confusedalex"
description = ""
compile_sass = false
minify_html = true
generate_feeds = true
default_language = "en"
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
highlight_code = true
highlight_theme = "gruvbox-dark"
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[link_checker]
internal_level = "warn"
[extra]
author = "confusedalex"
display_author = true
favicon = "favicon.ico"
image = "icon.png"
default_theme = "light"
list_pages = false
twitter_card = true
header_nav = [
{ url = "/", name_en = "/home/" },
# { url = "/now", name_en = "/now/" },
{ url = "/blog", name_en = "/blog/" }
]
# Optional footer license text. It will only show, when using footer_content_license.
#footer_content_license = "Creative Commons Attribution 4.0 International"
#footer_content_license_link = "https://creativecommons.org/licenses/by/4.0/"
footer = "Built with Zola and the anemone theme"