forked from elek/acah2021
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathconfig.toml
More file actions
44 lines (34 loc) · 1.06 KB
/
config.toml
File metadata and controls
44 lines (34 loc) · 1.06 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
# 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
# menu for ZH language (final list includes translated pages from /content)
[[languages.zh.menu.main]]
name = "专题"
url = "/zh/tracks"
weight = -100