From f6adc934e0701abcc35621a61b23ff375a4e9cab Mon Sep 17 00:00:00 2001 From: Maki Date: Wed, 20 Oct 2021 14:40:17 -0300 Subject: [PATCH] base --- _data/layouts/cuidado.yml | 26 ++++++++++++++++++++++++++ _data/layouts/libro.yml | 26 ++++++++++++++++++++++++++ _data/layouts/lugar.yml | 26 ++++++++++++++++++++++++++ _data/layouts/quienes_somos.yml | 26 ++++++++++++++++++++++++++ _data/layouts/video.yml | 26 ++++++++++++++++++++++++++ _layouts/cuidado.html | 4 ++++ _layouts/libro.html | 4 ++++ _layouts/lugar.html | 4 ++++ _layouts/quienes_somos.html | 4 ++++ _layouts/video.html | 4 ++++ 10 files changed, 150 insertions(+) create mode 100644 _data/layouts/cuidado.yml create mode 100644 _data/layouts/libro.yml create mode 100644 _data/layouts/lugar.yml create mode 100644 _data/layouts/quienes_somos.yml create mode 100644 _data/layouts/video.yml create mode 100644 _layouts/cuidado.html create mode 100644 _layouts/libro.html create mode 100644 _layouts/lugar.html create mode 100644 _layouts/quienes_somos.html create mode 100644 _layouts/video.html 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 +--- +