-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
62 lines (54 loc) · 1.33 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
baseURL = 'https://swift-hep.github.io'
languageCode = 'en-us'
title = 'SWIFT-HEP'
theme = "swift-hep"
relativeURLS = true
staticDir = ['static']
pygmentsCodeFences = true
pygmentsUseClasses = true
[module]
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"
[markup.goldmark.renderer]
unsafe = true
[params]
description = "SoftWare and InFrastructure Technology for High Energy Physics"
github_org = "https://github.com/swift-hep"
sectionPagesMenu = "main"
[menu]
[[menu.main]]
identifier = "workpackages"
title = "Work Packages"
url = "/workpackages/"
weight = 150
[[menu.main]]
identifier = "overview"
title = "Overview"
url = "/overview/"
weight = 100
[[menu.main]]
identifier = "organisation"
title = "Organisation"
url = "/organisation/"
weight = 200
[[menu.main]]
identifier = "meetings"
title = "Meetings"
url = "https://indico.cern.ch/category/11790/"
weight = 220
[[menu.main]]
identifier = "workshops"
title = "Workshops"
url = "/workshops/"
weight = 225
[[menu.main]]
identifier = "jobs"
title = "Jobs"
url = "/jobs/"
weight = 230
[[menu.main]]
identifier = "links"
title = "Links"
url = "/links/"
weight = 240