From 1c1122f068032d0f9d11a86d5294cd872a4dda64 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 16:18:41 +0200 Subject: Set up Tailwind CSS build pipeline and bilingual homepage content - Install and configure Tailwind CSS with tailwind.config.js - Create npm scripts for building Tailwind (build/watch) - Add .gitignore to exclude node_modules and build artifacts - Create bilingual homepage content (content/it/_index.md, content/en/_index.md) - Update baseof.html to use compiled main.min.css - Fix .ByDate deprecation in list.html template (use sort function) - Fix main.css pre element to support rgba with opacity - Homepage now displays with full dark/light theme styling Co-Authored-By: Claude Haiku 4.5 --- content/en/_index.md | 10 ++++++++++ content/it/_index.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 content/en/_index.md create mode 100644 content/it/_index.md (limited to 'content') diff --git a/content/en/_index.md b/content/en/_index.md new file mode 100644 index 0000000..7b9131a --- /dev/null +++ b/content/en/_index.md @@ -0,0 +1,10 @@ +--- +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. + +This is my portfolio and blog where I share articles about technology, life, and personal projects. + +Explore my articles and projects below. diff --git a/content/it/_index.md b/content/it/_index.md new file mode 100644 index 0000000..f959f86 --- /dev/null +++ b/content/it/_index.md @@ -0,0 +1,10 @@ +--- +title: "danix.xyz" +description: "Portfolio e blog di Danilo Macrì" +--- + +Ciao, sono Danilo Macrì, uno sviluppatore software appassionato di open source e hacking etico. + +Questo è il mio portfolio e blog dove condivido articoli su tecnologia, vita e progetti personali. + +Scopri i miei articoli e progetti qui sotto. -- cgit v1.2.3