From 99167e402ad6c043e54c87bc006f420002aaca3c Mon Sep 17 00:00:00 2001 From: f Date: Wed, 29 Sep 2021 12:26:57 -0300 Subject: [PATCH 1/2] Incrustar URLs de forma segura closes #14 --- _config.yml | 1 + sutty-base-jekyll-theme.gemspec | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 651d41e..7274273 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ plugins: - jekyll-data - jekyll-seo-tag - jekyll-images +- jekyll-embed-urls - sutty-liquid markdown: CommonMark commonmark: diff --git a/sutty-base-jekyll-theme.gemspec b/sutty-base-jekyll-theme.gemspec index 11f23b0..30e797f 100644 --- a/sutty-base-jekyll-theme.gemspec +++ b/sutty-base-jekyll-theme.gemspec @@ -69,6 +69,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'jekyll-dotenv', '>= 0.2' spec.add_runtime_dependency 'jekyll-feed', '~> 0.15' spec.add_runtime_dependency 'jekyll-ignore-layouts', '~> 0' + spec.add_runtime_dependency 'jekyll-embed-urls', '~> 0' # Dependencias de desarrollo spec.add_development_dependency 'bundler', '~> 2.1' From f6adc934e0701abcc35621a61b23ff375a4e9cab Mon Sep 17 00:00:00 2001 From: Maki Date: Wed, 20 Oct 2021 14:40:17 -0300 Subject: [PATCH 2/2] 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 +--- +