summaryrefslogtreecommitdiffstats
path: root/content/it/is/_index.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-15 17:25:14 +0200
committerDanilo M. <danix@danix.xyz>2026-04-15 17:25:14 +0200
commit7c8971eb481cea544987d4b9ddcb8064d9087766 (patch)
tree1c343e46262013a223bd817aeef4c35c8c1d9996 /content/it/is/_index.md
parent231d29bf26820ca058dec57c06345943ca6dbbf2 (diff)
downloaddanixxyz-7c8971eb481cea544987d4b9ddcb8064d9087766.tar.gz
danixxyz-7c8971eb481cea544987d4b9ddcb8064d9087766.zip
Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntax
- Remove os.Getenv("THEME") call that violates security policy - Use CSS variables and data attributes for theme-aware badge colors - Update theme-toggle.js to update badge colors on theme switch - Fix .LastMod → .Lastmod (correct API) - Fix template syntax for date comparison in article-header.html Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'content/it/is/_index.md')
-rw-r--r--content/it/is/_index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/content/it/is/_index.md b/content/it/is/_index.md
new file mode 100644
index 0000000..8b38dbf
--- /dev/null
+++ b/content/it/is/_index.md
@@ -0,0 +1,19 @@
++++
+title = "about danix.xyz"
+author = "Danilo M."
+type = "page"
+draft = false
+date = "2009-06-01T22:04:43+00:00"
++++
+
+{{< gravatar mail="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]({{< ref "legal" >}} "Privacy Policy here at danix.xyz").