From ef73fdd839e8d1efe00647be466114074a73b4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Sun, 3 Jan 2021 14:18:12 +0000 Subject: [PATCH] Actualizar '_config.yml' --- _config.yml | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/_config.yml b/_config.yml index 64a72f2..a021dd7 100644 --- a/_config.yml +++ b/_config.yml @@ -2,15 +2,16 @@ lang: es-ES title: "+FLOSS" description: "Blog sobre FLOSS." -logo: "/assets/logo.svg" -# favicon: "/favicon.ico" +author: +FLOSS +email: masfloss@riseup.net +favicon: "logo.png" url: "https://masfloss.net" baseurl: "" # Dependencias plugins: - jekyll-feed - - jekyll-paginate + - jekyll-seo-tag # Exclusiones exclude: @@ -29,31 +30,13 @@ exclude: # Ajustes ## Jekyll -theme: garth-jekyll-theme +theme: no-style-please +theme_config: + appearance: "auto" + back_home_text: ".." + date_format: "%d-%m-%Y" +permalink: /:slug.html +show_description: false sass: style: compressed -permalink: pretty -excerpt_separator: timezone: Atlantic/Canary -## Gemas -paginate: 5 -paginate_path: page:num -## Colecciones -collections: - posts: - title: Blog - output: true - description: "Blog sobre FLOSS." -defaults: - - - scope: - path: "" - type: pages - values: - layout: page - - - scope: - path: "" - type: posts - values: - layout: post