-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathconfig.toml
98 lines (88 loc) · 1.75 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
title = "Anatole"
description = "A other zola theme"
base_url = "https://example.com"
compile_sass = true
highlight_code = true
build_search_index = false
generate_feeds = true
highlight_theme = "base16-ocean-light"
default_language = "en"
taxonomies = [
{name = "tags"},
]
[languages.en]
title = "Anatole"
description = "A other zola theme"
generate_feeds = true
taxonomies = [
{name = "tags"},
]
[languages.zh]
title = "Anatole"
description = "A other zola theme"
generate_feeds = true
taxonomies = [
{name = "tags"},
]
[languages.en.translations]
language_name = "English"
about = "About"
home = "Home"
tags = "Tags"
archive = "Archive"
links = "Links"
# date_format = "%Y-%m-%d"
next_page = "Next Page"
last_page = "Last Page"
[languages.zh.translations]
language_name = "中文"
home = "首页"
about = "关于"
tags = "标签"
archive = "归档"
links = "友链"
# date_format = "%Y-%m-%d"
next_page = "下一页"
last_page = "上一页"
[languages.de.translations]
language_name = "Deutsch"
about = "Info"
home = "Home"
tags = "Kategorien"
archive = "Archiv"
links = "Links"
# date_format = "%d-%m-%Y"
next_page = "Nächste Seite"
last_page = "Vorherige Seite"
[languages.sv.translations]
language_name = "Svenska"
about = "Info"
home = "Hem"
tags = "Etiketter"
archive = "Arkiv"
links = "Länkar"
# date_format = "%Y-%m-%d"
next_page = "Nästa Sidan"
last_page = "Sista Sidan"
[languages.ja.translations]
language_name = "日本語"
about = "About"
home = "Home"
tags = "タグ"
archive = "アーカイブ"
links = "リンク"
# date_format = "%Y-%m-%d"
next_page = "次頁"
last_page = "前頁"
[extra.social]
github = ""
twitter = "w"
facebook = ""
instagram = "r"
dribbble = "t"
weibo = "y"
linkedin = ""
flickr = ""
[extra.show]
tags = true
links = true