-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
70 lines (49 loc) · 1.12 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
base_url = "https://naecoo.github.io"
title = "Naeco's blog"
author = "naeco"
theme = "kita"
default_language = "en"
generate_feed = true
feed_filename = "atom.xml"
taxonomies = [{ name = "tags", rss = true, feed = true, paginate_by = 5 }]
compile_sass = true
build_search_index = false
[markdown]
highlight_code = true
extra_syntaxes_and_themes = []
[extra]
mermaid = true
math = false
comment = false
[extra.profile]
name = "Naeco"
bio = "Go big or go home."
avatar_url = "icons/github.svg"
avatar_invert = true
[[extra.profile.social]]
name = "github"
url = "https://github.com/naecoo"
[[extra.profile.social]]
name = "email"
url = "mailto:[email protected]"
[[extra.profile.social]]
name = "rss"
url = "$BASE_URL/atom.xml"
# The top menu.
#[[extra.menu]]
#name = "Projects"
#url = "$BASE_URL/projects"
[[extra.menu]]
name = "Archive"
url = "$BASE_URL/archive"
[[extra.menu]]
name = "Tags"
url = "$BASE_URL/tags"
#[[extra.menu]]
#name = "About"
#url = "$BASE_URL/about"
# The page footer options.
#[extra.footer]
#since = 2020
#license = "CC BY-SA 4.0"
#license_url = "https://creativecommons.org/licenses/by-sa/4.0/deed"