From b9b0eae0c6a36954c8f0fb91633f1e105cd06784 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 24 Apr 2026 18:40:44 +0200 Subject: Fix category typos and normalize tags/categories for all EN articles; move Italian articles from EN to IT folder with English placeholders --- content/en/articles/come-funziona-questo-sito/index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'content/en/articles/come-funziona-questo-sito') diff --git a/content/en/articles/come-funziona-questo-sito/index.md b/content/en/articles/come-funziona-questo-sito/index.md index 0477e83..cef01ef 100644 --- a/content/en/articles/come-funziona-questo-sito/index.md +++ b/content/en/articles/come-funziona-questo-sito/index.md @@ -1,13 +1,11 @@ +++ -title = "Come Funziona Questo Sito" +title = "How This Site Works" date = "2024-11-12T11:12:25+01:00" draft = true type = "tech" +tags = ["web", "development"] +categories = ["DIY", "Code", "Blogging"] author = "Danilo M." -excerpt = "Questo sito è sviluppato con HUGO, ecco come funziona." -categories = [ "DIY", "Code", "Blogging"] -tags = [ "Hugo", "development", "web"] -typora-root-url = "../../static" +++ -Questo sito è sviluppato con HUGO, un framework per costruire siti "statici". \ No newline at end of file +TODO: Translate this article from Italian to English. -- cgit v1.2.3