diff options
| -rw-r--r-- | content/en/articles/my-hugo-workflow/index.md | 11 | ||||
| -rw-r--r-- | content/it/articles/my-hugo-workflow/index.md | 11 |
2 files changed, 22 insertions, 0 deletions
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 = [] ++++ |
