-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
43 lines (39 loc) · 1.27 KB
/
hugo.toml
File metadata and controls
43 lines (39 loc) · 1.27 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
baseURL = "https://themanticoreproject.github.io/"
languageCode = "en-us"
title = "The Manticore Project"
theme = "manticore"
[params]
description = "Crowdsourced open source offensive and defensive security tools to heighten the security posture of the community as a whole."
longDescription = "A collective of Go developers and security researchers dedicated to building security tools with the shared goal of strengthening the overall security posture of the community."
githubOrg = "https://github.com/TheManticoreProject"
discord = "https://discord.gg/TVmVFCp7ky"
linkedin = "https://www.linkedin.com/company/themanticoreproject/"
youtube = "https://www.youtube.com/@The-Manticore-Project"
reddit = "https://www.reddit.com/r/TheManticoreProject/"
website = "https://themanticoreproject.com/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = false
[markup.highlight]
style = "monokai"
lineNos = false
[outputs]
home = ["HTML", "RSS"]
[menu]
[[menu.main]]
name = "Tools"
url = "/tools/"
weight = 1
[[menu.main]]
name = "Libraries"
url = "/libraries/"
weight = 2
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 3
[[menu.main]]
name = "Community"
url = "/community/"
weight = 4