-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
104 lines (86 loc) · 2.65 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
baseURL = 'https://www.writingquests.org/'
languageCode = 'en-us'
title = 'Writing Quests'
theme = 'wordsmith'
[markup.goldmark.parser.attribute]
block = true # default is false
[params]
[params.homepage]
logo = "images/logo2024.svg"
rss = "https://writingquests.substack.com/feed.xml"
twitter = "https://x.com/writingquests"
pinterest = "https://pinterest.com/WritingQuests/"
instagram = "https://instagram.com/writingquests"
facebook = "https://facebook.com/groups/writingquests"
youtube = "https://www.youtube.com/channel/UCGNbZWYi4pTkENOYYLgtCvg"
calendar = "https://calendar.google.com/calendar/embed?src=ef1f8f146ebcac42b495cdc97fe11f1a5d102695cd12cc5ceb76fec5987c9afd%40group.calendar.google.com&ctz=UTC"
contact = "https://docs.google.com/forms/d/e/1FAIpQLSdgVgL2yTOYHUM9SJ379OHzzOTCwclUr4wNmBawq_fvIZcLNA/viewform?embedded=true"
help = "https://docs.google.com/forms/d/e/1FAIpQLSdE1IFm3SlGAf4bkWeriH3uFDLc6KxqMGfLUw9jCV-emsytDg/viewform?embedded=true"
[params.meta]
favicon = "1"
[menu]
[[menu.main]]
name = 'about'
pageRef = '/about/'
weight = 20
[[menu.main]]
name = 'about writing quests'
pageRef = '/about/'
parent = 'about'
weight = 25
[[menu.main]]
name = 'mission, vision, & values'
pageRef = '/mission/'
parent = 'about'
weight = 27
[[menu.main]]
name = 'data privacy'
pageRef = '/cla-privacy-policy/'
parent = 'about'
weight = 29
[[menu.main]]
name = 'framework'
pageRef = '/framework/'
weight = 20
[[menu.main]]
name = 'view framework'
pageRef = '/framework/'
parent = 'framework'
weight = 24
[[menu.main]]
name = 'trackers'
pageRef = '/tracker/'
parent = 'framework'
weight = 26
[[menu.main]]
name = 'blog'
pageRef = '/blog/'
weight = 20
[[menu.main]]
name = 'contact us'
pageRef = '/contact/'
weight = 20
[[menu.main]]
name = 'get involved'
pageRef = '/get-involved/'
weight = 20
[[menu.main]]
name = 'help out'
parent = 'get involved'
pageRef = '/get-involved/help/'
weight = 20
[[menu.main]]
name = 'contributors'
parent = 'get involved'
pageRef = '/get-involved/contributors/'
weight = 25
# LATER [[menu.main]]
# LATER name = 'quests'
# LATER parent = 'get involved'
# LATER pageRef = '/get-involved/quests.md'
# LATER weight = 20
[[menu.main]]
name = 'assets and resources'
parent = 'get involved'
pageRef = '/get-involved/assets-and-resources.md'
weight = 29