-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
hugo.toml
71 lines (58 loc) · 1.08 KB
/
hugo.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
baseURL = 'https://conference.pyladies.com'
languageCode = 'en-us'
title = 'PyLadiesCon 2024'
theme = ["pyladies"]
summaryLength = 10
enableInlineShortcodes = true
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'About'
weight = 20
[[menus.main]]
name = 'About PyLadiesCon'
pageRef = '/about'
parent = 'About'
weight = 21
[[menus.main]]
name = 'Code of Conduct'
URL = '/about/#code-of-conduct'
parent = 'About'
weight = 22
[[menus.main]]
name = 'Volunteer'
pageRef = '/volunteer'
parent = 'About'
weight = 23
[[menus.main]]
name = 'Assets'
pageRef = '/assets'
parent = 'About'
weight = 24
[[menus.main]]
name = 'Mentored Sprint'
pageRef = '/sprints'
parent = 'About'
weight = 24
[[menus.main]]
name = 'Speakers'
url = 'https://pretalx.com/pyladiescon-2024/speaker/'
weight = 30
[[menus.main]]
name = 'Schedule'
pageRef = '/schedule'
weight = 40
[[menus.main]]
name = 'Sponsors'
pageRef = '/sponsors'
weight = 50
[[menus.main]]
name = 'News'
pageRef = '/news'
weight = 60
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true