-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
91 lines (75 loc) · 2.13 KB
/
config.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
title = "Ulisse - CTF Team"
baseurl = "https://ulisselab.github.io/"
paginate = 6
defaultContentLanguage = 'en'
enableInlineShortcodes = true
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
enableEmoji = true
pygmentsUseClasses = true
googleAnalytics = ""
[module]
[[module.imports]]
path = "github.com/adityatelange/hugo-PaperMod"
[[module.imports]]
path = "github.com/martignoni/hugo-notice"
[languages.en]
languageName = ':us:'
weight = 2
[languages.en.params]
languageAltTitle = "English"
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
text_color = ""
author = "Ulisse"
favicon = ""
site_logo = "logo_640x640.avif"
description = "Ulisse Laboratory CTF Team Website and Blog"
background_color_class = "bg-black"
recent_posts_number = 3
ShowReadingTime = true
ShowBreadCrumbs = true
displayFullLangName = true # Language emojis
socialIcons = [
{ name = "twitter", url = "https://twitter.com/ulissecuritygroup" },
{ name = "github", url = "https://github.com/UlisseLab" },
{ name = "gitlab", url = "https://gitlab.com/ULISSecurityGroup/" },
{ name = "dev", url = "https://dev.to/ulisse" },
{ name = "mastodon", url = "https://kiwi.fuo.fi/@ulissecurity" },
]
[params.editPost]
URL = "https://github.com/UlisseLab/ulisselab.github.io/blob/main/content"
Text = "Suggest Changes"
appendFilePath = true
[params.profileMode]
enabled = true
imageUrl = "logo.webp"
imageTitle = "Ulisse Logo"
buttons = [
{ name = "📒 Writeups", url = "/writeups/" },
{ name = "🧑💻 Team", url = "/team/" },
]
[menu]
main = [
{ weight = 1, name = "📰 News", url = "/news/" },
{ weight = 2, name = "📒 Writeups", url = "/writeups/" },
{ weight = 3, name = "🧑💻 Team", url = "/team/" },
{ weight = 4, name = '🗄️ Archive', url = '/archives/' },
{ weight = 5, name = "🖋️ Wiki", url = "https://ctf.ulis.se/wiki" },
]
[taxonomies]
author = "authors"
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.parser.attribute]
block = true
[markup.goldmark.renderer]
unsafe = true