forked from apache/apachecon-acasia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (41 loc) · 1.08 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
# set the baseURL for CI verification
baseURL = "/"
title = "ApacheCon Asia 2022"
theme = "apachecon"
# When enabled, creates URL of the form /filename.html instead of /filename/.
uglyURLs = true
#hasCJKLanguage = true
enableRobotsTXT = true
languageCode = "en-us"
DefaultContentLanguage = "en"
[params]
author = "ALC-Beijing"
description = "Welcome to Apache Con Asia 2022"
keywords = ["ApacheCon","ApacheConAsia","ApacheConAsia2022"]
[languages.en]
languageName = "English"
weight = 1
[languages.zh]
languageName = "中文"
weight = 2
disableKinds = ["taxonomy", "taxonomyTerm"]
[markup.goldmark.renderer]
unsafe = true
# menu for en ((final list includes translated pages from /content)
[[languages.en.menu.main]]
name = "Schedule"
url = "/tracks.html"
weight = -100
# menu for ZH language (final list includes translated pages from /content)
[[languages.zh.menu.main]]
name = "会议日程"
url = "/zh/tracks.html"
weight = -100
[[languages.en.menu.main]]
name = "search"
url = "/search.html"
weight = 0
[[languages.zh.menu.main]]
name = "检索"
url = "/zh/search.html"
weight = 0