-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhugo.toml
201 lines (159 loc) · 4.38 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
baseURL = "https://helsec.fi"
title = "HelSec Ry"
languageCode = "en-us"
theme = "helsec"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
paginate = 10
rssLimit = 20 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
# googleAnalytics = ""
# disqusShortname = ""
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = true
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[permalinks]
posts = "/posts/:year/:title/"
[author]
name = "Helsec"
[blackfriday]
hrefTargetBlank = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateformat = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Metadata mostly used in document's head
#
description = "HelSec is a cybersecurity group by the community, for the community."
keywords = "cybersecurity, helsec, meetup, Helsinki, Finland, hacking, dfir, red team, bug bounty, information sharing"
# The big red utton information
buttonText = "JOIN US"
buttonUrl = "https://byte.flomembers.com/helsec/members/application?_lang=en"
# Social icons
[[params.social]]
icon = "fab fa-meetup"
url = "https://www.meetup.com/HelSec/"
[[params.social]]
icon = "fab fa-discord"
url = "https://discord.com/invite/NBvCAm8"
[[params.social]]
icon = "fab fa-discord"
url = "https://discord.com/invite/NBvCAm8"
[[params.social]]
icon = "fab fa-twitter"
url = "https://twitter.com/HelSecurity/"
[[params.social]]
icon = "fa-brands fa-youtube"
url = "https://www.youtube.com/@helsec8475"
[[params.social]]
icon = "fab fa-linkedin"
url = "https://fi.linkedin.com/company/helsec"
[[params.social]]
icon = "fab fa-facebook"
url = "https://www.facebook.com/HelsinkiSec/"
[[params.social]]
icon = "fab fa-instagram"
url = "https://www.instagram.com/helsec_fi"
[[params.social]]
icon = "far fa-envelope"
url = "mailto:[email protected]"
[menu]
# News
[[menu.main]]
identifier = "news"
name = "News"
url = "news/"
weight = "1"
# Events
[[menu.main]]
identifier = "events"
name = "Events"
url = "events/"
weight = "2"
# Members linkit
[[menu.main]]
identifier = "membership"
name = "Membership"
weight = "3"
[[menu.main]]
identifier = "docs"
parent = "membership"
name = "docs"
url = "members/docs"
[[menu.main]]
identifier = "apply"
parent = "membership"
name = "Apply"
url = "https://byte.flomembers.com/helsec/members/application?_lang=en"
weight = "1"
[[menu.main]]
identifier = "flomembers"
parent = "membership"
name = "Flomembers"
url = "https://byte.flomembers.com/helsec/"
# About us linkit
[[menu.main]]
identifier = "about"
name = "About us"
url = "about/"
weight = "4"
[[menu.main]]
identifier = "history"
parent = "about"
name = "History"
url = "about/history/"
weight = "1"
[[menu.main]]
identifier = "board"
parent = "about"
name = "Board"
url = "about/board/"
weight = "2"
[[menu.main]]
identifier = "supporters"
name = "Supporters"
parent = "about"
url = "about/supporters"
weight = "3"
[[menu.main]]
identifier = "rules"
name = "Rules"
parent = "about"
url = "about/rules/"
weight = "4"
[[menu.main]]
identifier = "coe"
name = "Code of Ethics"
parent = "about"
url = "about/coe/"
weight = "5"
[[menu.main]]
identifier = "gallery"
name = "Photo gallery"
url = "gallery/"
weight = "9"
# FAQ
[[menu.main]]
identifier = "faq"
name = "FAQ"
url = "faq/"
weight = "10"