-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
69 lines (56 loc) · 1.44 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
baseURL = 'https://alright21.github.io'
languageCode = 'en-us'
title = 'Alberto Giust'
theme = 'hugo-theme-cactus'
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Security"
url = "/security"
weight = 2
[[menu.main]]
name = "CTFs"
url = "/ctf"
weight = 3
[[menu.main]]
name = "Education"
url = "/education"
weight = 4
[[menu.main]]
name = "Dev"
url = "/dev"
weight = 5
[[menu.main]]
name = "About"
url = "/about"
weight = 6
[params]
colortheme = "dark"
rss = true
show_updated = true
showReadTime = true
# Main Page
description = "Hi, I am Alberto Giust, aka `alright(21)?`, penetration tester at Spike Reply and security enthusiast. In this website you will find CTF writeups and other interesting things I want to document about my journey through the magical world of Cybersecurity."
mainSections = ["security","ctf","education","dev"]
showAllPostsOnHomePage = true
tagsOverview = false
[[params.social]]
name = "github"
link = "https://github.com/alright21"
[[params.social]]
name = "email"
link = "alberto.giust21@gmail.com"
[[params.social]]
name = "linkedin"
link = "https://www.linkedin.com/in/alberto-giust/"
[[params.social]]
name = "twitter"
link = "https://twitter.com/alright2121"
[params.comments]
enabled = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true