website/_config.yml

48 lines
985 B
YAML
Raw Normal View History

2019-08-13 15:16:48 +02:00
# Welcome to Jekyll!
#
title: Unitoo
email: info@unitoo.pw
description: >- # this means to ignore newlines until "baseurl:"
2020-12-29 21:40:17 +01:00
Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione
2019-08-13 15:16:48 +02:00
baseurl: "" # the subpath of your site, e.g. /blog
2020-12-29 21:40:17 +01:00
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py"]
2019-08-13 15:16:48 +02:00
url: "https://www.unitoo.it"
future: true
twitter:
username: UnitooInc
card: summary
logo: /assets/images/logo-extended.webp
2019-08-13 15:16:48 +02:00
# Build settings
markdown: kramdown
2019-08-14 16:45:39 +02:00
collections:
pages:
output: true
permalink: /:path/
2020-12-29 21:40:17 +01:00
languages: ["it"]
exclude_from_localizations: ["javascript", "images", "css"]
2020-12-30 18:11:45 +01:00
mastodon_url: "https://mastodon.uno/@unitoo"
assets:
compress:
css: sass
js: uglifier
digest: true
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/fonts
2019-08-13 15:16:48 +02:00
plugins:
- jekyll-assets
- jekyll-seo-tag
- jekyll-sitemap
2020-04-05 11:16:20 +02:00
- jekyll-minifier
2020-12-29 21:40:17 +01:00
- jekyll-multiple-languages-plugin