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/contact.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/contact.yaml (limited to 'data/contact.yaml') diff --git a/data/contact.yaml b/data/contact.yaml new file mode 100644 index 0000000..d20756e --- /dev/null +++ b/data/contact.yaml @@ -0,0 +1,23 @@ +- icon: "fa-solid fa-envelope" + label: "Email" + email_user: "danilo.macri" + email_domain: "danix.me" + external: false + +- icon: "fa-brands fa-linkedin-in" + label: "LinkedIn" + value: "linkedin.com/in/danilo-macri-aka-danix" + href: "https://linkedin.com/in/danilo-macri-aka-danix" + external: true + +- icon: "fa-brands fa-github" + label: "GitHub" + value: "github.com/danixland" + href: "https://github.com/danixland" + external: true + +- icon: "fa-solid fa-flag" + label: "hackthebox" + value: "danix on HTB" + href: "https://profile.hackthebox.com/profile/019c9acf-058e-71a2-8680-bcee49bb3c31" + external: true -- cgit v1.2.3