-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
135 lines (135 loc) · 3.29 KB
/
config.yaml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
baseURL: https://melb.awsug.org.au
languageCode: en-us
title: Melbourne AWS User Group
theme: awsmelb
permalinks:
pages: /:slug
posts: /posts/:slug
association: /association/:slug
minutes: /association/minutes/:slug
disableKinds:
- taxonomy
- term
params:
mainSections: [posts]
taxonomies:
minutes: minutes
MetaDataFormat: yaml
pygmentsCodeFences: true
pygmentsStyle: native
summaryLength: 25
Paginate: 15
markup:
goldmark:
renderer:
unsafe: true
build:
command: hugo --minify --gc
minify:
disableCSS: false
disableHTML: false
disableJS: false
disableJSON: false
disableSVG: false
disableXML: false
minifyOutput: true
tdewolff:
html:
keepWhitespace: false
menu:
main:
# Commented out menu sections because for some reason Hugo doesn't set active flags for menus defined here
# - Name: Home
# Identifier: home
# Url: /
# Weight: 1
# - Name: "Code of Conduct"
# Identifier: "code-of-conduct"
# Url: /code-of-conduct
# Weight: 2
- Name: "Get Involved"
Identifier: "get-involved"
Weight: 3
- Name: "First Time Here?"
Identifier: "first-time"
Url: /first-time-here
Weight: 1
Parent: "get-involved"
- Name: "Attending Meetups"
Identifier: attend-meetups
Url: /attend-meetups
Weight: 2
Parent: "get-involved"
pre: divider
- Name: "Join the Conversation"
Identifier: slack
Url: /slack
Weight: 3
Parent: get-involved
- Name: Speak
Identifier: speak
Url: /speak
Weight: 4
Parent: get-involved
pre: divider
- Name: "Volunteer"
Identifier: volunteer
Url: /volunteer
Weight: 5
Parent: get-involved
- Name: Sponsor
Identifier: sponsor
Url: /sponsor
Weight: 6
Parent: get-involved
- Name: "Videos"
Identifier: "videos"
Url: "/videos"
Weight: 4
- Name: "Podcast"
Identifier: "podcast"
Url: "/podcast"
Weight: 5
# - Name: "Contact Us"
# Identifier: "contact-us"
# Url: "/contact"
# Weight: 6
- Name: "About"
Identifier: "about-main"
Weight: 7
- Name: "About"
Identifier: "about"
Url: "/about"
Weight: 1
parent: "about-main"
- Name: "Melbourne AWS User Group Inc."
Identifier: "inc"
Url: "/association/overview"
Weight: 2
parent: "about-main"
pre: divider
- Name: "Organisers Committee"
Identifier: "organisers"
Url: "/association/committee"
Weight: 3
parent: "about-main"
- Name: "Info for Association Members"
Identifier: "members"
Url: "/association/members"
Weight: 4
parent: "about-main"
- Name: "Association Rules"
Identifier: "rules"
Url: "/association/rules"
Weight: 5
parent: "about-main"
- Name: "Meeting Notices"
Identifier: "notices"
Url: "/association/notices"
Weight: 6
parent: "about-main"
- Name: "Meeting Minutes"
Identifier: "minutes"
Url: "/association/minutes"
Weight: 7
parent: "about-main"