From 7aed0eca7e62f6950cab85486d30b8f894f268c0 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 26 Mar 2026 11:02:48 +0100 Subject: added new version of the danix.me hugo site, coauthored by claude-code --- hugo.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') 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" -- cgit v1.2.3