Actualizar '_config.yml'
This commit is contained in:
parent
50a0d5c991
commit
ef73fdd839
1 changed files with 11 additions and 28 deletions
39
_config.yml
39
_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: <!-- más -->
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue