From 1ac2e084c2a2f2fb9d04a2bfabd1e308799ee9fc Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 17:50:16 +0200 Subject: Fix gravatar shortcode and about page ref links - Fix gravatar.html: replace trim() with strings.TrimSpace() - Fix about pages: replace {{< ref "legal" >}} with relative path ../legal - Both English and Italian about pages now build without errors Co-Authored-By: Claude Haiku 4.5 --- content/it/is/_index.md | 18 ------------------ content/it/is/index.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 content/it/is/_index.md create mode 100644 content/it/is/index.md (limited to 'content/it') diff --git a/content/it/is/_index.md b/content/it/is/_index.md deleted file mode 100644 index 2608d83..0000000 --- a/content/it/is/_index.md +++ /dev/null @@ -1,18 +0,0 @@ -+++ -title = "about danix.xyz" -author = "Danilo M." -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"). diff --git a/content/it/is/index.md b/content/it/is/index.md new file mode 100644 index 0000000..1fbdd20 --- /dev/null +++ b/content/it/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