diff --git a/src/archetypes/hero.md b/src/archetypes/hero.md new file mode 100644 index 0000000..fb5265e --- /dev/null +++ b/src/archetypes/hero.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +image: +link: +current: false +--- diff --git a/src/content/heros/anon.png b/src/content/heros/anon.png new file mode 100644 index 0000000..9c4b0f3 Binary files /dev/null and b/src/content/heros/anon.png differ diff --git a/src/content/heros/hero1.md b/src/content/heros/hero1.md new file mode 100644 index 0000000..860bf04 --- /dev/null +++ b/src/content/heros/hero1.md @@ -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 diff --git a/src/content/heros/hero2.md b/src/content/heros/hero2.md new file mode 100644 index 0000000..ce8b913 --- /dev/null +++ b/src/content/heros/hero2.md @@ -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 diff --git a/src/content/heros/hero3.md b/src/content/heros/hero3.md new file mode 100644 index 0000000..8ca9157 --- /dev/null +++ b/src/content/heros/hero3.md @@ -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