diff options
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" |
