From a048b8936cfbc878c24e682701a0738287a571db Mon Sep 17 00:00:00 2001 From: f Date: Mon, 31 May 2021 14:14:52 -0300 Subject: [PATCH] =?UTF-8?q?informaci=C3=B3n=20sobre=20el=20sitio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/en.yml | 1 + _data/es.yml | 1 + _data/layouts/about.yml | 77 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 _data/layouts/about.yml diff --git a/_data/en.yml b/_data/en.yml index b8c78c0..3c927ad 100644 --- a/_data/en.yml +++ b/_data/en.yml @@ -50,6 +50,7 @@ time: layouts: post: Article menu: Menu + about: About this site menu: title: Menu items: diff --git a/_data/es.yml b/_data/es.yml index ebb708e..743435a 100644 --- a/_data/es.yml +++ b/_data/es.yml @@ -50,6 +50,7 @@ time: layouts: post: Artículo menu: Menú + about: Información del sitio menu: title: Menú items: diff --git a/_data/layouts/about.yml b/_data/layouts/about.yml new file mode 100644 index 0000000..a14b876 --- /dev/null +++ b/_data/layouts/about.yml @@ -0,0 +1,77 @@ +--- +title: + type: string + required: true + label: + es: Título + en: Title + help: + es: '' + en: '' +description: + type: string + required: true + label: + es: Descripción + en: Description + help: + es: '' + en: '' +primary: + type: 'color' + required: true + label: + es: 'Color principal' + en: 'Main color' + help: + es: '' + en: '' + default: + es: '#f206f9' + en: '#f206f9' +secondary: + type: 'color' + required: true + label: + es: 'Color secundario' + en: 'Secondary color' + help: + es: '' + en: '' + default: + es: '#13fefe' + en: '#13fefe' +image: + type: 'image' + required: true + path: + label: + es: 'Logo' + en: 'Logo' + help: + es: '' + en: '' + description: + label: + es: 'Descripción del logo' + en: 'Logo description' + help: + es: '' + en: '' +email: + type: 'email' + required: true + label: + es: 'Correo electrónico' + en: 'E-mail address' + help: + es: '' + en: '' +social_networks: + type: 'array' + label: + es: 'Redes sociales' + en: 'Social networks' + help: + es: 'Direcciones completas de los perfiles en redes sociales' + en: 'Full addresses of social network profiles'