forked from elek/acah2021
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathconfig.toml
More file actions
75 lines (59 loc) · 1.67 KB
/
Copy pathconfig.toml
File metadata and controls
75 lines (59 loc) · 1.67 KB
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
# set the baseURL for CI verification
baseURL = "/"
title = "Community Over Code Asia 2026"
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 Community Over Code (ApacheCon Asia) 2026"
keywords = ["Community Over Code","Community Over Code Asia","ApacheCon Asia 2026", "Apache 软件基金会亚洲大会 2026"]
schedule = ["2026-08-07", "2026-08-08", "2026-08-09"]
[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 = "Tracks"
url = "/tracks"
weight = -100
[[languages.en.menu.main]]
name = "Sessions"
url = "/sessions"
weight = -50
[[languages.en.menu.main]]
name = "Guide"
url = "/guide/visa_letter_request.html"
weight = 4
[[languages.en.menu.main]]
name = "Venue + Travel"
url = "/venue_travel/venue.html"
weight = 5
# menu for ZH language (final list includes translated pages from /content)
[[languages.zh.menu.main]]
name = "议题"
url = "/zh/sessions"
weight = -50
# menu for ZH language (final list includes translated pages from /content)
[[languages.zh.menu.main]]
name = "专题"
url = "/zh/tracks"
weight = -100
[[languages.zh.menu.main]]
name = "参会指南"
url = "/zh/guide/visa_letter_request.html"
weight = 4
[[languages.zh.menu.main]]
name = "会场 + 旅行"
url = "/zh/venue_travel/venue.html"
weight = 5