Add: new hero content type (archetype)
parent
d5a75e4ade
commit
f9c906ef51
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
image:
|
||||
link:
|
||||
current: false
|
||||
---
|
Binary file not shown.
After Width: | Height: | Size: 597 KiB |
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Hero1"
|
||||
date: 2022-02-28T22:25:30Z
|
||||
draft: false
|
||||
image:
|
||||
link:
|
||||
current: false
|
||||
---
|
||||
|
||||
1. Este es el primer texto dinámico del hero
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Hero2"
|
||||
date: 2022-02-28T22:25:56Z
|
||||
draft: false
|
||||
image:
|
||||
link:
|
||||
current: false
|
||||
---
|
||||
|
||||
2. El segundo texto dinámico de nuestro hero particular
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Hero3"
|
||||
date: 2022-02-28T22:26:26Z
|
||||
draft: false
|
||||
image: anon.png
|
||||
link: https://twitch.tv/oscarmlage
|
||||
current: true
|
||||
---
|
||||
|
||||
3. Otro texto más, incluso hasta con foto y para Twitch
|
Loading…
Reference in New Issue