diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-26 11:02:48 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-26 11:02:48 +0100 |
| commit | 7aed0eca7e62f6950cab85486d30b8f894f268c0 (patch) | |
| tree | ec2ff915d3298b8b0d9f470bc08f93fcdd064c69 /hugo.toml | |
| parent | aab13e6564203c9ca435a003f5f2245f0d773c68 (diff) | |
| download | danixme-7aed0eca7e62f6950cab85486d30b8f894f268c0.tar.gz danixme-7aed0eca7e62f6950cab85486d30b8f894f268c0.zip | |
added new version of the danix.me hugo site, coauthored by claude-code
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..773b000 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,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" |
