base
This commit is contained in:
parent
8700ba7a42
commit
f6adc934e0
10 changed files with 150 additions and 0 deletions
26
_data/layouts/cuidado.yml
Normal file
26
_data/layouts/cuidado.yml
Normal 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
26
_data/layouts/libro.yml
Normal 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
26
_data/layouts/lugar.yml
Normal 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/quienes_somos.yml
Normal file
26
_data/layouts/quienes_somos.yml
Normal 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
26
_data/layouts/video.yml
Normal 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
4
_layouts/cuidado.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
4
_layouts/libro.html
Normal file
4
_layouts/libro.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
4
_layouts/lugar.html
Normal file
4
_layouts/lugar.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
4
_layouts/quienes_somos.html
Normal file
4
_layouts/quienes_somos.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
4
_layouts/video.html
Normal file
4
_layouts/video.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
Loading…
Reference in a new issue