forked from honeynet/honeynet.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
169 lines (163 loc) · 3.21 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
baseURL = 'https://honeynet.org/'
languageCode = 'en-us'
title = 'The Honeynet Project'
rssLimit = 20
# disable RSS for everything, and then manually re-enable it in content/blog/_index.md.
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML"]
taxonomy = ["HTML"]
term = ["HTML"]
[outputFormats.RSS]
# Make blog/feed.xml available at /feed/.
baseName = "../feed/index"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokailight'
tabWidth = 4
[permalinks]
blog = '/:year/:month/:day/:filename/'
challenges = '/challenges/:filename/'
papers = '/papers/:filename/'
projects = '/projects/:filename/'
gsoc = '/gsoc/:year/:filename'
[taxonomies]
author = "authors"
tag = "tags"
category = "categories"
[menu]
[[menu.main]]
name = 'About'
pageRef = '#'
weight = 10
[[menu.main]]
name = 'The Project'
parent = 'About'
pageRef = '/about'
weight = 1
[[menu.main]]
name = 'Code of Conduct'
parent = 'About'
pageRef = '/code-of-conduct'
weight = 2
[[menu.main]]
name = 'Funding'
parent = 'About'
pageRef = '/funding'
weight = 3
[[menu.main]]
name = 'Papers'
parent = 'About'
pageRef = '/papers'
weight = 4
[[menu.main]]
name = 'Projects'
pageRef = '/projects'
weight = 20
[[menu.main]]
name = 'GSoC'
pageRef = '/gsoc'
weight = 30
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2024'
pageRef = '/gsoc/gsoc-2024'
weight = 19
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2023'
pageRef = '/gsoc/gsoc-2023'
weight = 20
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2022'
pageRef = '/gsoc/gsoc-2022'
weight = 21
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2021'
pageRef = '/gsoc/gsoc-2021'
weight = 22
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2020'
pageRef = '/gsoc/gsoc-2020'
weight = 23
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2018'
pageRef = '/gsoc/gsoc-2018'
weight = 24
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2017'
pageRef = '/gsoc/gsoc-2017'
weight = 25
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2016'
pageRef = '/gsoc/gsoc-2016'
weight = 26
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2015'
pageRef = '/gsoc/gsoc-2015'
weight = 27
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2014'
pageRef = '/gsoc/gsoc-2014'
weight = 28
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2013'
pageRef = '/gsoc/gsoc-2013'
weight = 29
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2012'
pageRef = '/gsoc/gsoc-2012'
weight = 30
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2011'
pageRef = '/gsoc/gsoc-2011'
weight = 31
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2010'
pageRef = '/gsoc/gsoc-2010'
weight = 32
[[menu.main]]
parent = 'GSoC'
name = 'GSoC 2009'
pageRef = '/gsoc/gsoc-2009'
weight = 33
[[menu.main]]
name = 'Workshops'
pageRef = '/workshops'
weight = 40
[[menu.main]]
name = 'Challenges'
pageRef = '/challenges'
weight = 50
[[menu.main]]
name = 'Blog'
pageRef = '/blog'
weight = 60
[[menu.main]]
name = 'FAQ'
pageRef = '/faq'
weight = 70