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/en/is/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/en/is/_index.md (limited to 'content/en/is/_index.md') diff --git a/content/en/is/_index.md b/content/en/is/_index.md new file mode 100644 index 0000000..78174f5 --- /dev/null +++ b/content/en/is/_index.md @@ -0,0 +1,18 @@ ++++ +title = "about 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 >}} + +Welcome to danix.xyz, my name is Danilo but you can call me danix. + +What is this website? Well, **danix.xyz** is my personal website, in here you can read about everything I find interesting, you'll find the code I write, WordPress plugins or themes, php or bash scripts that I use on my systems, and programs that I find interesting. + +I use this website to keep track of all the snippets of code that I tend to forget, I consider this website like my notepad (in the hope that it can turn useful to somebody else). + +I deeply dislike sharing readers data with other companies so you can be sure that I don't collect any data from my readers. I've setup hugo not to track my readers and to instruct other sites referenced on my pages to do so as well. + +Read more about [my Privacy Policy](legal/ "Privacy Policy here at danix.xyz"). -- cgit v1.2.3