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/en/_index.md | |
| 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/en/_index.md')
| -rw-r--r-- | content/en/_index.md | 6 |
1 files changed, 2 insertions, 4 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 |
