diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 16:38:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 16:38:12 +0200 |
| commit | 231d29bf26820ca058dec57c06345943ca6dbbf2 (patch) | |
| tree | b60f6e4afd1bf88bcfeb02b6d28f00cc1806ccc9 /content | |
| parent | 46065a5077f113ab772e3a46f83748efe5f81caf (diff) | |
| download | danixxyz-231d29bf26820ca058dec57c06345943ca6dbbf2.tar.gz danixxyz-231d29bf26820ca058dec57c06345943ca6dbbf2.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'content')
| -rw-r--r-- | content/en/_index.md | 6 | ||||
| -rw-r--r-- | content/en/is/_index.md | 19 | ||||
| -rw-r--r-- | content/it/_index.md | 6 |
3 files changed, 23 insertions, 8 deletions
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"). diff --git a/content/it/_index.md b/content/it/_index.md index f959f86..fac97de 100644 --- a/content/it/_index.md +++ b/content/it/_index.md @@ -3,8 +3,6 @@ title: "danix.xyz" description: "Portfolio e blog di Danilo Macrì" --- -Ciao, sono Danilo Macrì, uno sviluppatore software appassionato di open source e hacking etico. +Benvenuto su danix.xyz, io sono Danilo, ma puoi chiamarmi danix. -Questo è il mio portfolio e blog dove condivido articoli su tecnologia, vita e progetti personali. - -Scopri i miei articoli e progetti qui sotto. +Su queste pagine scrivo di tutto ciò che trovo interessante. Potrai leggere articoli riguardanti WordPress, Hugo, bash, Slackware, e molte altre cose. Dai pure un'occhiata e prendi ciò che più ti piace.
\ No newline at end of file |
