web/_config.yml

44 lines
755 B
YAML
Raw Normal View History

2021-01-03 05:19:16 +01:00
# Sitio
title: "+FLOSS"
description: "Blog sobre FLOSS."
2021-01-03 15:18:12 +01:00
author: +FLOSS
email: masfloss@riseup.net
2021-01-09 22:11:22 +01:00
# favicon: "logo.png"
2021-01-03 05:19:16 +01:00
url: "https://masfloss.net"
baseurl: ""
2021-01-03 22:57:21 +01:00
goat_counter: "masfloss"
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 15:18:12 +01:00
- jekyll-seo-tag
2022-05-19 06:56:30 +02:00
- jekyll-tidy
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/
2021-01-06 23:59:42 +01:00
- LICENSE
2021-01-03 02:44:48 +01:00
- README.md
2021-07-21 03:58:52 +02:00
- update.sh
2021-07-21 03:59:37 +02:00
- update.log
2021-01-03 05:19:16 +01:00
# Ajustes
2021-01-03 15:18:12 +01:00
theme: no-style-please
theme_config:
appearance: "auto"
2021-01-04 03:11:50 +01:00
back_home_text: "Atrás"
2021-01-03 20:30:11 +01:00
date_format: "%d-%m-%Y"
2021-01-04 18:08:36 +01:00
permalink: /:categories/:year/:month/:day/:title:output_ext
2021-01-03 15:18:12 +01:00
show_description: false
2021-01-03 05:19:16 +01:00
sass:
style: compressed