Sitio web de +FLOSS.
https://masfloss.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
666 B
40 lines
666 B
# Sitio |
|
title: "+FLOSS" |
|
description: "Blog sobre FLOSS." |
|
author: +FLOSS |
|
email: masfloss@riseup.net |
|
favicon: "logo.png" |
|
url: "https://masfloss.net" |
|
baseurl: "" |
|
|
|
# Dependencias |
|
plugins: |
|
- jekyll-feed |
|
- jekyll-seo-tag |
|
|
|
# Exclusiones |
|
exclude: |
|
- .sass-cache/ |
|
- .jekyll-cache/ |
|
- gemfiles/ |
|
- Gemfile |
|
- Gemfile.lock |
|
- node_modules/ |
|
- vendor/bundle/ |
|
- vendor/cache/ |
|
- vendor/gems/ |
|
- vendor/ruby/ |
|
- LICENSE |
|
- README.md |
|
|
|
# Ajustes |
|
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 |
|
timezone: Atlantic/Canary
|
|
|