Actualizar '_config.yml'

This commit is contained in:
Echedelle López Romero 2021-01-03 14:18:12 +00:00
parent 50a0d5c991
commit ef73fdd839
1 changed files with 11 additions and 28 deletions

View File

@ -2,15 +2,16 @@
lang: es-ES lang: es-ES
title: "+FLOSS" title: "+FLOSS"
description: "Blog sobre FLOSS." description: "Blog sobre FLOSS."
logo: "/assets/logo.svg" author: +FLOSS
# favicon: "/favicon.ico" email: masfloss@riseup.net
favicon: "logo.png"
url: "https://masfloss.net" url: "https://masfloss.net"
baseurl: "" baseurl: ""
# Dependencias # Dependencias
plugins: plugins:
- jekyll-feed - jekyll-feed
- jekyll-paginate - jekyll-seo-tag
# Exclusiones # Exclusiones
exclude: exclude:
@ -29,31 +30,13 @@ exclude:
# Ajustes # Ajustes
## Jekyll ## 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: sass:
style: compressed style: compressed
permalink: pretty
excerpt_separator: <!-- más -->
timezone: Atlantic/Canary 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