From ab9c386a90ea79e8b691015f295ac9a0acd2759e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 3 May 2026 16:17:37 +0200 Subject: added draft for my-hugo-workflow article --- content/en/articles/my-hugo-workflow/index.md | 11 +++++++++++ content/it/articles/my-hugo-workflow/index.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 content/en/articles/my-hugo-workflow/index.md create mode 100644 content/it/articles/my-hugo-workflow/index.md diff --git a/content/en/articles/my-hugo-workflow/index.md b/content/en/articles/my-hugo-workflow/index.md new file mode 100644 index 0000000..cf82862 --- /dev/null +++ b/content/en/articles/my-hugo-workflow/index.md @@ -0,0 +1,11 @@ ++++ +title = "My Hugo Workflow" +author = "Danilo M." +type = "life" +date = "2026-05-01T10:48:23+02:00" +draft = true +excerpt = "" +image = "" +tags = [] +categories = [] ++++ diff --git a/content/it/articles/my-hugo-workflow/index.md b/content/it/articles/my-hugo-workflow/index.md new file mode 100644 index 0000000..cf82862 --- /dev/null +++ b/content/it/articles/my-hugo-workflow/index.md @@ -0,0 +1,11 @@ ++++ +title = "My Hugo Workflow" +author = "Danilo M." +type = "life" +date = "2026-05-01T10:48:23+02:00" +draft = true +excerpt = "" +image = "" +tags = [] +categories = [] ++++ -- cgit v1.2.3