-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
287 lines (247 loc) · 6.47 KB
/
config.toml
File metadata and controls
287 lines (247 loc) · 6.47 KB
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
baseURL = 'https://cybermonkey.net.au'
languageCode = 'en-us'
title = 'Code Monkey Cybersecurity'
# Optional: better URLs
canonifyURLs = true
enableRobotsTXT = true
# Optional: use clean URLs (no .html)
uglyURLs = false
# Optional: build config
buildDrafts = false
buildFuture = false
buildExpired = false
# Output formats for search - moved to end of file
# Hugo Book theme removed - using native layouts
# Site-wide metadata
[params]
author = "Henry Oliver"
description = "Cybersecurity. Now with Humans | Phishing awareness training, XDR, Backups and Recovery, open source DevSecOps tooling from Fremantle."
keywords = ["Cybersecurity", "XDR", "SIEM", "Phishing Testing", "Backup", "Open Source", "Australia"]
contact_email = "main@cybermonkey.net.au"
umami_script = "https://u.cybermonkey.dev/script.js"
umami_site_id = "970ff30a-ab5d-4c66-8f77-55cafc76083c"
assetDir = "assets"
enableGitInfo = true
Logo = 'favicon.png'
# Content organization
mainSections = ["posts", "resources"]
paginate = 12
rssLimit = 20
# Development helpers
enableRobotsTXT = true
enableEmoji = true
# Related content configuration
related_posts = true
# SEO and Social Media
images = ["images/cover_puppy_moni_monkey_optimized.jpg"]
twitter_site = "@codemonkeycyber"
facebook_admins = "codemonkeycyber"
github_username = "CodeMonkeyCybersecurity"
bluesky_handle = "@codemonkeycyber.bsky.social"
linkedin_company = "codemonkeycyber"
instagram_username = "code_monkey_cyber"
# Business Information
business_name = "Code Monkey Cybersecurity"
business_type = "Technology Company"
address_locality = "Fremantle"
address_region = "WA"
address_country = "Australia"
postal_code = "6160"
email = "main@cybermonkey.net.au"
abn = "77 177 673 061"
# Geographic targeting
geo_region = "AU-WA"
geo_placename = "Fremantle, Western Australia"
geo_position = "-32.0569;115.7439"
ICBM = "-32.0569;115.7439"
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content'
weight = 1
# Navigation now uses auto-discovery - configuration removed
[menu]
# Dynamic navigation - automatically generates from content structure
# Top-level sections are manually defined, subsections are auto-generated
[[menu.main]]
name = "Services"
url = "/services/"
weight = 10
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 20
[[menu.main]]
name = "About"
url = "/about-us/"
weight = 30
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 40
# Footer menu (simplified)
[[menu.footer]]
name = "Contact"
url = "/about-us/contact/"
weight = 10
[[menu.footer]]
name = "Governance"
url = "/about-us/governance/"
weight = 20
[[menu.footer]]
name = "Customer Login"
url = "/about-us/customer-login/"
weight = 30
# External links (External section)
[[menu.after]]
name = "Github"
url = "https://github.com/CodeMonkeyCybersecurity"
weight = 10
# Theme reference removed - using native Hugo layouts
[sitemap]
changefreq = "weekly"
priority = 0.7
filename = "sitemap.xml"
# Social links moved to params
[params.social]
github = "https://github.com/CodeMonkeyCybersecurity"
facebook = "https://facebook.com/codemonkeycyber"
instagram = "https://instagram.com/code_monkey_cyber"
linkedin = "https://linkedin.com/company/codemonkeycyber"
bluesky = "https://bsky.app/profile/codemonkeycyber.bsky.social"
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML"]
section = ["HTML", "RSS"]
[outputFormats.Robots]
mediaType = "text/plain"
baseName = "robots"
isPlainText = true
notAlternative = true
[outputFormats.JSON]
mediaType = "application/json"
baseName = "index"
isPlainText = true
# Enhanced markup configuration
[markup]
[markup.goldmark.renderer]
unsafe = true
hardWraps = false
xhtml = false
# Enable Hugo's built-in heading anchors
[markup.goldmark.renderer.heading]
autoHeadingIDType = "github"
autoHeadingAnchor = true
[markup.goldmark.extensions]
attribute = true
autoHeadingID = true
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
autoHeadingIDType = "github"
wrapStandAloneImageWithinParagraph = false
[markup.tableOfContents]
startLevel = 2
endLevel = 4
ordered = false
[markup.highlight]
style = "github"
lineNos = true
lineNumbersInTable = false
noClasses = false
codeFences = true
guessSyntax = true
# Optional: default frontmatter for new pages
[frontmatter]
date = ["lastmod", ":git", "date"]
# Performance optimizations
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
[minify.tdewolff.html]
keepDefaultAttrVals = false
keepDocumentTags = true
keepEndTags = true
keepQuotes = false
keepWhitespace = false
# Hugo-native image processing optimization
[imaging]
quality = 75 # Reduced for better compression
resampleFilter = "Lanczos"
anchor = "Smart"
bgColor = "#ffffff"
hint = "photo"
# Default image processing options
[imaging.exif]
includeFields = ""
excludeFields = "GPS|Orientation|ColorSpace|Software"
disableDate = false
disableLatLong = true
# Enhanced caching configuration
[caches]
[caches.images]
dir = ":resourceDir/_gen"
maxAge = "168h" # 1 week for images
[caches.assets]
dir = ":resourceDir/_gen"
maxAge = "72h" # 3 days for CSS/JS
[caches.modules]
dir = ":cacheDir/modules"
maxAge = "168h" # 1 week for modules
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "24h"
[caches.getcsv]
dir = ":cacheDir/:project"
maxAge = "24h"
# Related content configuration
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "tags"
weight = 80
[[related.indices]]
name = "categories"
weight = 60
[[related.indices]]
name = "section"
weight = 40
# Taxonomies
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
# Privacy configuration
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = false
simple = true
[privacy.x]
disable = false
enableDNT = true
simple = true
[privacy.vimeo]
disable = false
enableDNT = true
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true