blob: 773b00015bfabb565bfef07ebd076b5c90377fde (
plain)
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
|
baseURL = "https://danix.me/"
title = "Danilo Macrì — Cybersecurity Specialist"
theme = "danixme"
enableRobotsTXT = true
[minify]
minifyOutput = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[params]
name = "Danilo Macrì"
handle = "danix"
location = "Italy"
cert = "eJPT"
focus = "Pen Testing"
favicon = "/img/fav.png" # path from static/ — supports .png, .ico, .svg
logo = "/img/lampD.png" # navbar logo image (leave empty to show text only)
description = "Cybersecurity Specialist and eJPT-certified Penetration Tester helping companies secure networks, apps, and systems."
og_image = "/img/og-cover.jpg" # 1200×630 social sharing image — create this file
[languages]
[languages.en]
languageName = "EN"
weight = 1
contentDir = "content/en"
title = "Danilo Macrì — Cybersecurity Specialist"
[languages.en.params]
flag = "gb"
cv = "/files/Danilo Macri - EN.pdf"
og_locale = "en_GB"
[languages.it]
languageName = "IT"
weight = 2
contentDir = "content/it"
title = "Danilo Macrì — Specialista in Cybersecurity"
[languages.it.params]
flag = "it"
cv = "/files/Danilo Macri - IT.pdf"
og_locale = "it_IT"
|