From 231d29bf26820ca058dec57c06345943ca6dbbf2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 16:38:12 +0200 Subject: Fix shortcode location: move from shortcodes/ to layouts/shortcodes/ Hugo v0.156.0+ requires shortcodes to be in layouts/shortcodes/ directory. Moved all shortcodes (gravatar, image, gallery, contact-form) to correct location. Co-Authored-By: Claude Haiku 4.5 --- content/en/_index.md | 6 ++---- content/en/is/_index.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 content/en/is/_index.md (limited to 'content/en') diff --git a/content/en/_index.md b/content/en/_index.md index 7b9131a..d784adf 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -3,8 +3,6 @@ title: "danix.xyz" description: "Portfolio and blog by Danilo Macrì" --- -Hi, I'm Danilo Macrì, a software engineer passionate about open source and ethical hacking. +Welcome to danix.xyz, my name is Danilo but you can call me danix. -This is my portfolio and blog where I share articles about technology, life, and personal projects. - -Explore my articles and projects below. +Here I write about stuff I find interesting. On this site you may read about WordPress, Hugo, bash, Slackware, and lots of other things. Feel free to have a look and take what you like. \ No newline at end of file diff --git a/content/en/is/_index.md b/content/en/is/_index.md new file mode 100644 index 0000000..8b38dbf --- /dev/null +++ b/content/en/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"). -- cgit v1.2.3