web/_config.yml

41 lines
666 B
YAML
Raw Normal View History

2021-01-03 04:19:16 +00:00
# Sitio
title: "+FLOSS"
description: "Blog sobre FLOSS."
2021-01-03 14:18:12 +00:00
author: +FLOSS
email: masfloss@riseup.net
favicon: "logo.png"
2021-01-03 04:19:16 +00:00
url: "https://masfloss.net"
baseurl: ""
2021-01-03 01:35:04 +00:00
2021-01-03 04:19:16 +00:00
# Dependencias
2021-01-03 01:35:04 +00:00
plugins:
- jekyll-feed
2021-01-03 14:18:12 +00:00
- jekyll-seo-tag
2021-01-03 01:35:04 +00:00
2021-01-03 04:19:16 +00:00
# Exclusiones
2021-01-03 01:44:48 +00: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 04:19:16 +00:00
# Ajustes
2021-01-03 14:18:12 +00:00
theme: no-style-please
theme_config:
appearance: "auto"
back_home_text: ".."
2021-01-03 19:30:11 +00:00
date_format: "%d-%m-%Y"
2021-01-03 14:18:12 +00:00
permalink: /:slug.html
show_description: false
2021-01-03 04:19:16 +00:00
sass:
style: compressed
timezone: Atlantic/Canary