mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Update Hugo archetypes with current email address
This commit is contained in:
parent
5e489c3bf6
commit
2f3e188983
@ -4,5 +4,5 @@ date: {{ .Date }}
|
|||||||
---
|
---
|
||||||
|
|
||||||
= {{ replace .Name "-" " " | humanize }}
|
= {{ replace .Name "-" " " | humanize }}
|
||||||
Gabriel Arazas <foo.dogsquared@gmail.com>
|
Gabriel Arazas <foodogsquared@foodogsquared.one>
|
||||||
{{ dateFormat "2006-01-02" .Date }}
|
{{ dateFormat "2006-01-02" .Date }}
|
||||||
|
@ -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?
|
|
@ -4,6 +4,6 @@ date: {{ .Date }}
|
|||||||
---
|
---
|
||||||
|
|
||||||
= {{ replace .Name "-" " " | humanize }}
|
= {{ replace .Name "-" " " | humanize }}
|
||||||
Gabriel Arazas <foo.dogsquared@gmail.com>
|
Gabriel Arazas <foodogsquared@foodogsquared.one>
|
||||||
{{ dateFormat "2006-01-02" .Date }}
|
{{ dateFormat "2006-01-02" .Date }}
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user