diff --git a/_data/layouts/cuidado.yml b/_data/layouts/cuidado.yml new file mode 100644 index 0000000..8744e1c --- /dev/null +++ b/_data/layouts/cuidado.yml @@ -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 diff --git a/_data/layouts/libro.yml b/_data/layouts/libro.yml new file mode 100644 index 0000000..8744e1c --- /dev/null +++ b/_data/layouts/libro.yml @@ -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 diff --git a/_data/layouts/lugar.yml b/_data/layouts/lugar.yml new file mode 100644 index 0000000..8744e1c --- /dev/null +++ b/_data/layouts/lugar.yml @@ -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 diff --git a/_data/layouts/quienes_somos.yml b/_data/layouts/quienes_somos.yml new file mode 100644 index 0000000..8744e1c --- /dev/null +++ b/_data/layouts/quienes_somos.yml @@ -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 diff --git a/_data/layouts/video.yml b/_data/layouts/video.yml new file mode 100644 index 0000000..8744e1c --- /dev/null +++ b/_data/layouts/video.yml @@ -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 diff --git a/_layouts/cuidado.html b/_layouts/cuidado.html new file mode 100644 index 0000000..1ab753a --- /dev/null +++ b/_layouts/cuidado.html @@ -0,0 +1,4 @@ +--- +layout: default +--- + diff --git a/_layouts/libro.html b/_layouts/libro.html new file mode 100644 index 0000000..1ab753a --- /dev/null +++ b/_layouts/libro.html @@ -0,0 +1,4 @@ +--- +layout: default +--- + diff --git a/_layouts/lugar.html b/_layouts/lugar.html new file mode 100644 index 0000000..1ab753a --- /dev/null +++ b/_layouts/lugar.html @@ -0,0 +1,4 @@ +--- +layout: default +--- + diff --git a/_layouts/quienes_somos.html b/_layouts/quienes_somos.html new file mode 100644 index 0000000..1ab753a --- /dev/null +++ b/_layouts/quienes_somos.html @@ -0,0 +1,4 @@ +--- +layout: default +--- + diff --git a/_layouts/video.html b/_layouts/video.html new file mode 100644 index 0000000..1ab753a --- /dev/null +++ b/_layouts/video.html @@ -0,0 +1,4 @@ +--- +layout: default +--- +