web/_config.yml

60 lines
922 B
YAML
Raw Normal View History

2021-01-03 05:19:16 +01:00
# Sitio
lang: es-ES
title: "+FLOSS"
description: "Blog sobre FLOSS."
logo: "/assets/logo.svg"
# favicon: "/favicon.ico"
url: "https://masfloss.net"
baseurl: ""
2021-01-03 02:35:04 +01:00
2021-01-03 05:19:16 +01:00
# Dependencias
2021-01-03 02:35:04 +01:00
plugins:
- jekyll-feed
2021-01-03 05:19:16 +01:00
- jekyll-paginate
2021-01-03 02:35:04 +01:00
2021-01-03 05:19:16 +01:00
# Exclusiones
2021-01-03 02:44:48 +01:00
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE
- README.md
2021-01-03 05:19:16 +01:00
# 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:
2021-01-03 05:41:57 +01:00
title: Blog
2021-01-03 05:19:16 +01:00
output: true
2021-01-03 05:41:57 +01:00
description: "Blog sobre FLOSS."
2021-01-03 05:19:16 +01:00
defaults:
-
scope:
path: ""
2021-01-03 05:41:57 +01:00
type: pages
2021-01-03 05:19:16 +01:00
values:
2021-01-03 05:41:57 +01:00
layout: page
2021-01-03 05:19:16 +01:00
-
scope:
path: ""
2021-01-03 05:41:57 +01:00
type: posts
2021-01-03 05:19:16 +01:00
values:
2021-01-03 05:41:57 +01:00
layout: post