From 2f3e1889831fa96c7b6252ff614f6da30b16ca83 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 20 Feb 2023 12:46:31 +0800 Subject: [PATCH] Update Hugo archetypes with current email address --- archetypes/default.adoc | 2 +- archetypes/learning-and-resources.adoc | 16 ---------------- archetypes/post/index.adoc | 2 +- archetypes/projects.adoc | 15 --------------- 4 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 archetypes/learning-and-resources.adoc delete mode 100644 archetypes/projects.adoc diff --git a/archetypes/default.adoc b/archetypes/default.adoc index 76da033..b7d36a3 100644 --- a/archetypes/default.adoc +++ b/archetypes/default.adoc @@ -4,5 +4,5 @@ date: {{ .Date }} --- = {{ replace .Name "-" " " | humanize }} -Gabriel Arazas +Gabriel Arazas {{ dateFormat "2006-01-02" .Date }} diff --git a/archetypes/learning-and-resources.adoc b/archetypes/learning-and-resources.adoc deleted file mode 100644 index 21c1107..0000000 --- a/archetypes/learning-and-resources.adoc +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - -= "{{ replace .Name "-" " " | title }}" -Gabriel Arazas - -== What did I learnt? - -== What tools I want to share? - -== What readings I want to share? - -== Who do I recommend to look out for? diff --git a/archetypes/post/index.adoc b/archetypes/post/index.adoc index 9c6c22d..3e231d6 100644 --- a/archetypes/post/index.adoc +++ b/archetypes/post/index.adoc @@ -4,6 +4,6 @@ date: {{ .Date }} --- = {{ replace .Name "-" " " | humanize }} -Gabriel Arazas +Gabriel Arazas {{ dateFormat "2006-01-02" .Date }} diff --git a/archetypes/projects.adoc b/archetypes/projects.adoc deleted file mode 100644 index 57e3c44..0000000 --- a/archetypes/projects.adoc +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - -= {{ replace .Name "-" " " | title }} - -== What is {{ replace .Name "-" " " | title }}? - -== Overview - -== How it works - -== Conclusion