From eb8a17482fc138c861db685f9efc86871bf2d7d2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 21:18:40 +0200 Subject: Complete multilingual theme implementation with language-aware menus - Refactor hugo.toml to define menus separately for each language using pageRef - Simplify header and hamburger-menu templates to use Hugo-native language handling - Update content structure with proper language prefix organization - Remove JavaScript language-switcher in favor of Hugo's native approach - Add new layout templates for /is/ section with list view - Update HANDOFF.md with current implementation status - Rebuild minified CSS with updated template changes Co-Authored-By: Claude Haiku 4.5 --- content/it/is/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/it/is/_index.md (limited to 'content/it/is/_index.md') diff --git a/content/it/is/_index.md b/content/it/is/_index.md new file mode 100644 index 0000000..50f6269 --- /dev/null +++ b/content/it/is/_index.md @@ -0,0 +1,18 @@ ++++ +title = "cos'è danix.xyz" +author = "Danilo M." +draft = false +date = "2009-06-01T22:04:43+00:00" ++++ + +{{< gravatar email="danixland@gmail.com" class="image right circle" size=250 >}} + +Benvenuto su danix.xyz, mi chiamo Danilo ma puoi chiamarmi danix. + +Cos'è questo sito web? Beh, **danix.xyz** è il mio sito web personale, qui puoi leggere di tutto ciò che trovo interessante, troverai il codice che scrivo, plugin o temi WordPress, script php o bash che utilizzo sui miei sistemi e programmi che trovo interessanti. + +Uso questo sito web per tenere traccia di tutti gli snippet di codice che tendo a dimenticare, considero questo sito web come il mio blocco note (nella speranza che possa rivelarsi utile a qualcun altro). + +Odio profondamente condividere i dati dei lettori con altre aziende, quindi puoi essere sicuro che non raccolgo alcun dato dai miei lettori. Ho configurato hugo in modo che non tenga traccia dei miei lettori e istruisce altri siti a cui faccio riferimento sulle mie pagine a fare lo stesso. + +Leggi di più sulla [mia Informativa sulla Privacy](legal/ "Informativa sulla Privacy qui su danix.xyz"). -- cgit v1.2.3