From beb62373ad8330e33840ae14d5eb24441d97b543 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 14:52:16 +0200 Subject: feat: import 36 articles with assets and create supporting shortcodes - Migrate all English articles from old site to content/en/articles/ - Organize article assets in static/uppies/year/month/ structure - Create Italian article stubs with draft=true status - Add 7 new shortcodes: strike, em, dropcap, figure, highlight, img, youtube, gal-img - Update article image paths to reference /uppies/ locations - All 36 articles now build successfully without errors Co-Authored-By: Claude Haiku 4.5 --- content/it/articles/git-setup-own-server-part2/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/it/articles/git-setup-own-server-part2/index.md (limited to 'content/it/articles/git-setup-own-server-part2') diff --git a/content/it/articles/git-setup-own-server-part2/index.md b/content/it/articles/git-setup-own-server-part2/index.md new file mode 100644 index 0000000..4931e34 --- /dev/null +++ b/content/it/articles/git-setup-own-server-part2/index.md @@ -0,0 +1,12 @@ ++++ +title = "Git – how to setup your own server pt 2" +date = "2018-12-17T07:39:08+00:00" +draft = true +type = "life" +tags = ["automation", "do it yourself", "flask", "git", "howto", "python", "ssh"] +image = "/uppies/2018/12/gitout.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. -- cgit v1.2.3