-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
126 lines (116 loc) · 3.26 KB
/
config.yaml
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
baseURL: "https://vollkorntomate.de/"
title: "vollkorntomate"
defaultContentLanguage: "en"
defaultContentLanguageInSubdir: false
theme: "PaperMod"
paginate: 10
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
minify:
disableXML: true
minifyOutput: true
languages:
en:
languageName: "EN"
weight: 1
taxonomies:
category: "categories"
tag: "tags"
series: "series"
menu:
main:
- name: "About me"
weight: 10
identifier: "about"
url: "/about/"
- name: "Projects"
weight: 20
identifier: "projects"
url: "/projects/"
# - name: "Blog"
# weight: 30
# identifier: "blog"
# url: "/blog/"
- name: "CTF Writeups"
weight: 40
identifier: "ctf-writeups"
url: "/ctf-writeups/"
params:
description: "vollkorntomate – Student, Programmer, Security Researcher, Open Source Advocate"
images: ["images/vollkorntomate-small.jpeg"]
defaultTheme: auto
disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: false
displayFullLangName: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: false
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: false
profileMode:
enabled: true
title: "vollkorntomate"
imageUrl: "images/vollkorntomate.jpg"
imageTitle: "Profile image"
socialIcons:
- name: "github"
title: "GitHub"
url: "https://github.com/vollkorntomate/"
- name: "codeberg"
title: "Codeberg"
url: "https://codeberg.org/vollkorntomate/"
- name: "stackoverflow"
title: "StackOverflow"
url: "https://stackoverflow.com/users/10295689/vollkorntomate"
- name: "orcid"
title: "ORCiD: 0009-0004-1051-1549"
url: "https://orcid.org/0009-0004-1051-1549"
- name: "ctftime"
title: "CTFTime"
url: "https://ctftime.org/user/150460"
# - name: "hackerone"
# title: "hackerone"
# url: "https://hackerone.com/vollkorntomate?type=user"
# - name: "bugcrowd"
# title: "Bugcrowd"
# url: "https://bugcrowd.com/vollkorntomate"
# - name: "tryhackme"
# title: "TryHackMe"
# url: "https://tryhackme.com/vollkorntomate"
- name: "hackthebox"
title: "HackTheBox"
url: "https://app.hackthebox.com/users/836509"
- name: "pgpkey"
title: "PGP Public Key (Fingerprint: 0x36FB1BADEB61C4469C375E913289CE3A5D057650)"
url: "files/gpg-pubkey-vollkorntomate.asc"
- name: "mastodon"
title: "Mastodon"
url: "https://infosec.exchange/@vollkorntomate"
- name: "matrix"
title: "Matrix"
url: "https://matrix.to/#/@thomas:vollkorntomate.de"
label:
text: "vollkorntomate"
icon: "images/vollkorntomate.jpg"
iconHeight: 25
assets:
disableHLJS: true
favicon: "images/favicon-32x32.png"
favicon16x16: "images/favicon-16x16.png"
favicon32x32: "images/favicon-32x32.png"
apple_touch_icon: "images/apple-touch-icon.png"
safari_pinned_tab: "images/apple-touch-icon.png"
markup:
goldmark:
renderer:
unsafe: false
highlight:
noClasses: false