From: Danilo M. Date: Sat, 4 Apr 2026 10:56:16 +0000 (+0200) Subject: add draft articles and featured image X-Git-Tag: release_04042026-1256 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=5a4abd9982423928e1e94a7d404366ec790cb1d2;p=danix.xyz.git add draft articles and featured image - come-funziona-questo-sito.md (Italian article, draft) - of-being-lonely.md (English article, draft) - loneliness.jpg featured image Co-Authored-By: Claude Sonnet 4.6 --- diff --git a/assets/uploads/2025/10/loneliness.jpg b/assets/uploads/2025/10/loneliness.jpg new file mode 100644 index 0000000..4939b77 Binary files /dev/null and b/assets/uploads/2025/10/loneliness.jpg differ diff --git a/content/articles/come-funziona-questo-sito.md b/content/articles/come-funziona-questo-sito.md new file mode 100644 index 0000000..71d3669 --- /dev/null +++ b/content/articles/come-funziona-questo-sito.md @@ -0,0 +1,20 @@ +--- +title: "Come Funziona Questo Sito" +date: 2024-11-12T11:12:25+01:00 +draft: true +type: article +author: "danilo 'danix' m." +excerpt: "Questo sito è sviluppato con HUGO, ecco come funziona." +categories: + - "blogging" + - "diy" + - "hugo" + - "code" +tags: + - "web" + - "development" +typora-root-url: ../../static +--- + +Questo sito è sviluppato con HUGO, un framework per costruire siti "statici". + diff --git a/content/articles/of-being-lonely.md b/content/articles/of-being-lonely.md new file mode 100644 index 0000000..1fe0586 --- /dev/null +++ b/content/articles/of-being-lonely.md @@ -0,0 +1,22 @@ +--- +title: "Of Being Lonely" +date: 2025-10-04T12:50:17+02:00 +draft: true +type: article +author: "danilo 'danix' m." +format: "post" +excerpt: "How do you deal with the reality of living with yourself?" +featured_image: "/uploads/2025/10/loneliness.jpg" +categories: + - "life" +tags: + - "life" + - "responsibility" + - "loneliness" + - "introspection" +typora-root-url: ../../static +--- + +How do you deal with the reality of living with yourself? + +What does \ No newline at end of file