diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-24 18:40:44 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-24 18:40:44 +0200 |
| commit | b9b0eae0c6a36954c8f0fb91633f1e105cd06784 (patch) | |
| tree | e61d49049e1b2c1bffacdf839b08fcc207e2ffc7 /content/it/articles/come-funziona-questo-sito/index.md | |
| parent | ee4264113a416e9124c09620a41916e4b446e8d7 (diff) | |
| download | danixxyz-b9b0eae0c6a36954c8f0fb91633f1e105cd06784.tar.gz danixxyz-b9b0eae0c6a36954c8f0fb91633f1e105cd06784.zip | |
Fix category typos and normalize tags/categories for all EN articles; move Italian articles from EN to IT folder with English placeholdersrelease_24042026-1841
Diffstat (limited to 'content/it/articles/come-funziona-questo-sito/index.md')
| -rw-r--r-- | content/it/articles/come-funziona-questo-sito/index.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/content/it/articles/come-funziona-questo-sito/index.md b/content/it/articles/come-funziona-questo-sito/index.md index e17e53c..0477e83 100644 --- a/content/it/articles/come-funziona-questo-sito/index.md +++ b/content/it/articles/come-funziona-questo-sito/index.md @@ -2,11 +2,12 @@ title = "Come Funziona Questo Sito" date = "2024-11-12T11:12:25+01:00" draft = true -type = "life" -tags = ["web", "development"] - +type = "tech" author = "Danilo M." - +excerpt = "Questo sito è sviluppato con HUGO, ecco come funziona." +categories = [ "DIY", "Code", "Blogging"] +tags = [ "Hugo", "development", "web"] +typora-root-url = "../../static" +++ -TODO: Tradurre questo articolo dall'inglese all'italiano. +Questo sito è sviluppato con HUGO, un framework per costruire siti "statici".
\ No newline at end of file |
