Update Hugo archetypes with current email address

This commit is contained in:
Gabriel Arazas 2023-02-20 12:46:31 +08:00
parent 5e489c3bf6
commit 2f3e188983
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
4 changed files with 2 additions and 33 deletions

View File

@ -4,5 +4,5 @@ date: {{ .Date }}
---
= {{ replace .Name "-" " " | humanize }}
Gabriel Arazas <foo.dogsquared@gmail.com>
Gabriel Arazas <foodogsquared@foodogsquared.one>
{{ dateFormat "2006-01-02" .Date }}

View File

@ -1,16 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
= "{{ replace .Name "-" " " | title }}"
Gabriel Arazas <foo.dogsquared@gmail.com>
== What did I learnt?
== What tools I want to share?
== What readings I want to share?
== Who do I recommend to look out for?

View File

@ -4,6 +4,6 @@ date: {{ .Date }}
---
= {{ replace .Name "-" " " | humanize }}
Gabriel Arazas <foo.dogsquared@gmail.com>
Gabriel Arazas <foodogsquared@foodogsquared.one>
{{ dateFormat "2006-01-02" .Date }}

View File

@ -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