-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
163 lines (154 loc) · 3.67 KB
/
hugo.yml
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
baseURL: https://dhtzs.dev/
languageCode: en-us
title: "dhtzs.dev"
theme: PaperMod
pagination:
pagerSize: 5
timeout: 60
enableRobotsTXT: true
build:
buildStats:
enable: true
buildDrafts: true
buildFuture: false
buildExpired: false
pluralizeListTitles: false
pygmentsUseClasses: true
sitemap:
changefreq: "weekly"
services:
googleAnalytics:
id: "G-LVC4CS3028"
privacy:
googleAnalytics:
respectDoNotTrack: true
disable: true
security:
enableInlineShortcodes: true
minify:
disableXML: true
minifyOutput: false
disableHugoGeneratorInject: true
disableKinds: ["taxonomy", "term", "RSS"]
params:
env: "production"
title: "Dimitris Chatzis"
description: "Explore my persona — A full-stack developer and security researcher on a digital journey."
footer:
hideCopyright: false
author: "Dimitris Chatzis"
keywords: ["Dimitris Chatzis", "portfolio"]
images: ["images/logo.png"]
defaultTheme: auto
DateFormat: "October 30, 2001"
ShareButtons: ["x", "linkedin", "telegram"]
ShowShareButtons: true
ShowReadingTime: true
ShowCodeCopyButtons: true
ShowPageNums: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowWordCount: true
ShowRssButtonInSectionTermList: false
ShowAllPagesInArchive: true
ShowToc: true
UseHugoToc: true
TocOpen: false
disableAnchoredHeadings: true
disableThemeToggle: false
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hideMeta: false
hideSummary: false
socialIcons:
- name: "LinkedIn"
url: "/profile/linkedin"
- name: "X"
url: "/profile/x"
- name: "GitHub"
url: "/profile/github"
- name: "HackerOne"
url: "/profile/hackerone"
- name: "Bugcrowd"
url: "/profile/bugcrowd"
- name: "Intigriti"
url: "/profile/intigriti"
- name: "PGPKey"
url: "/pubkey.asc"
schema:
sameAs:
- "https://linkedin.com/in/dimitris-chatzis"
- "https://x.com/dhtzs"
- "https://github.com/dhtzs"
- "https://hackerone.com/dhtzs"
- "https://bugcrowd.com/dhtzs"
- "https://intigriti.com/profile/dhtzs"
assets:
disableFingerprinting: true
favicon: "favicon.ico"
favicon16x16: "favicons/favicon-16x16.png"
favicon32x32: "favicons/favicon-32x32.png"
apple_touch_icon: "favicons/favicon-180x180.png"
safari_pinned_tab: "favicons/favicon.svg"
theme_color: "#1D1E20"
msapplication_TileColor: "#1D1E20"
fuseOpts:
isCaseSensitive: false
ignoreDiacritics: false
includeScore: false
includeMatches: false
minMatchCharLength: 1
shouldSort: true
findAllMatches: false
keys: ["title", "content"]
location: 0
threshold: 0.4
distance: 100
ignoreLocation: true
editPost:
URL: "https://github.com/dhtzs/dhtzs.dev/edit/main/content"
Text: "Suggest changes"
appendFilePath: true
mainSections:
- "write-ups"
markup:
highlight:
style: catppuccin-macchiato
codeFences: true
guessSyntax: true
lineNos: true
noClasses: false
tabWidth: 4
goldmark:
renderer:
unsafe: true
menu:
main:
- name: "/home"
url: "/"
weight: 1
- name: "/about-me"
url: "/about-me/"
weight: 2
- name: "/write-ups"
url: "/write-ups/"
weight: 3
- name: "/contact-me"
url: "/contact-me/"
weight: 4
outputs:
home:
- HTML
- JSON
languages:
en:
params:
languageName: "English"
weight: 1
profileMode:
enabled: true
title: "Dimitris Chatzis"
subtitle: "Full-stack developer and hacking enthusiast. Security researcher on HackerOne, Bugcrowd, and Intigriti."
imageUrl: "/images/profile"
imageTitle: "Dimitris Chatzis"