From 7aed0eca7e62f6950cab85486d30b8f894f268c0 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 26 Mar 2026 11:02:48 +0100 Subject: added new version of the danix.me hugo site, coauthored by claude-code --- data/projects.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/projects.yaml (limited to 'data/projects.yaml') diff --git a/data/projects.yaml b/data/projects.yaml new file mode 100644 index 0000000..a88a126 --- /dev/null +++ b/data/projects.yaml @@ -0,0 +1,17 @@ +- title: "sl(HACK)ware" + subtitle_en: "Open Source pentesting · Slackware" + subtitle_it: "Pentesting open source · Slackware" + image: "/img/projects/sl-hack-ware.jpg" + desc_en: "Open Source pentesting suite of programs packaged for Slackware GNU/Linux." + desc_it: "Suite open source di programmi per pentesting pacchettizzati per Slackware GNU/Linux." + url: "https://github.com/danixland/Slackware-Pentesting-Suite" + tags: [Slackware, Pentesting, "Open Source", Linux] + +- title: "Password Generator" + subtitle_en: "Python · GNU/Linux" + subtitle_it: "Python · GNU/Linux" + image: "/img/projects/passgen_h.jpg" + desc_en: "A Python script that generates strong, easy to memorize passwords using random words from a dictionary file." + desc_it: "Uno script Python che genera password forti e facili da memorizzare usando parole casuali da un file dizionario." + url: "https://github.com/danixland/passgen" + tags: [Python, "GNU/Linux", Security] -- cgit v1.2.3