This commit is contained in:
Maki 2021-10-20 14:40:17 -03:00
parent 8700ba7a42
commit f6adc934e0
10 changed files with 150 additions and 0 deletions

26
_data/layouts/cuidado.yml Normal file
View file

@ -0,0 +1,26 @@
---
title:
type: string
required: true
label:
es: Título
en: Title
help:
es: ''
en: ''
order:
type: order
label:
es: Orden
en: Order
help:
es: La posición del artículo en la lista de artículos
en: Position in articles list
draft:
type: boolean
label:
es: Borrador
en: Draft
help:
es: Este artículo aun no está listo para publicar
en: This post isn't ready to be published yet

26
_data/layouts/libro.yml Normal file
View file

@ -0,0 +1,26 @@
---
title:
type: string
required: true
label:
es: Título
en: Title
help:
es: ''
en: ''
order:
type: order
label:
es: Orden
en: Order
help:
es: La posición del artículo en la lista de artículos
en: Position in articles list
draft:
type: boolean
label:
es: Borrador
en: Draft
help:
es: Este artículo aun no está listo para publicar
en: This post isn't ready to be published yet

26
_data/layouts/lugar.yml Normal file
View file

@ -0,0 +1,26 @@
---
title:
type: string
required: true
label:
es: Título
en: Title
help:
es: ''
en: ''
order:
type: order
label:
es: Orden
en: Order
help:
es: La posición del artículo en la lista de artículos
en: Position in articles list
draft:
type: boolean
label:
es: Borrador
en: Draft
help:
es: Este artículo aun no está listo para publicar
en: This post isn't ready to be published yet

View file

@ -0,0 +1,26 @@
---
title:
type: string
required: true
label:
es: Título
en: Title
help:
es: ''
en: ''
order:
type: order
label:
es: Orden
en: Order
help:
es: La posición del artículo en la lista de artículos
en: Position in articles list
draft:
type: boolean
label:
es: Borrador
en: Draft
help:
es: Este artículo aun no está listo para publicar
en: This post isn't ready to be published yet

26
_data/layouts/video.yml Normal file
View file

@ -0,0 +1,26 @@
---
title:
type: string
required: true
label:
es: Título
en: Title
help:
es: ''
en: ''
order:
type: order
label:
es: Orden
en: Order
help:
es: La posición del artículo en la lista de artículos
en: Position in articles list
draft:
type: boolean
label:
es: Borrador
en: Draft
help:
es: Este artículo aun no está listo para publicar
en: This post isn't ready to be published yet

4
_layouts/cuidado.html Normal file
View file

@ -0,0 +1,4 @@
---
layout: default
---

4
_layouts/libro.html Normal file
View file

@ -0,0 +1,4 @@
---
layout: default
---

4
_layouts/lugar.html Normal file
View file

@ -0,0 +1,4 @@
---
layout: default
---

View file

@ -0,0 +1,4 @@
---
layout: default
---

4
_layouts/video.html Normal file
View file

@ -0,0 +1,4 @@
---
layout: default
---