diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -20,9 +20,16 @@ defaultContentLanguageInSubdir = false 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 +[[menus.main]] + name = "Blog" + url = "https://danix.xyz" + weight = 80 + [menus.main.params] + external = true + [languages] [languages.en] - languageName = "EN" + label = "EN" weight = 1 contentDir = "content/en" title = "Danilo Macrì — Cybersecurity Specialist" @@ -31,7 +38,7 @@ defaultContentLanguageInSubdir = false cv = "/files/Danilo Macri - EN.pdf" og_locale = "en_GB" [languages.it] - languageName = "IT" + label = "IT" weight = 2 contentDir = "content/it" title = "Danilo Macrì — Specialista in Cybersecurity" |
