web/_config.yml

60 lines
927 B
YAML

# Sitio
encoding: UTF-8
lang: es-ES
title: "+FLOSS"
description: "Blog sobre FLOSS."
logo: "/assets/logo.svg"
# favicon: "/favicon.ico"
url: "https://masfloss.net"
baseurl: ""
# Dependencias
plugins:
- jekyll-feed
- jekyll-paginate
# Exclusiones
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE
- README.md
# Ajustes
## Jekyll
theme: garth-jekyll-theme
sass:
style: compressed
permalink: pretty
excerpt_separator: <!-- más -->
timezone: Atlantic/Canary
## Gemas
paginate: 5
paginate_path: page:num
## Colecciones
collections:
posts:
output: true
description: "Blog sobre FLOSS ññ."
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
-
scope:
path: ""
type: pages
values:
layout: page