website/_config.yml

59 lines
1.1 KiB
YAML
Raw Normal View History

2019-08-13 15:16:48 +02:00
# Welcome to Jekyll!
#
title: Unitoo
2022-01-13 12:47:49 +01:00
email: info@unitoo.it
2019-08-13 15:16:48 +02:00
description: >- # this means to ignore newlines until "baseurl:"
2022-06-01 15:08:20 +02:00
Soluzioni software, sicurezza informatica e consulenza senza compromessi
2019-08-13 15:16:48 +02:00
baseurl: "" # the subpath of your site, e.g. /blog
2021-08-23 12:35:32 +02:00
author: Unitoo
2022-09-09 22:17:51 +02:00
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py", "vendor"]
2021-08-30 12:24:27 +02:00
include: [".well-known"]
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
2021-08-23 12:35:32 +02:00
locale: it
2019-08-13 15:16:48 +02:00
# Build settings
markdown: kramdown
2019-08-14 16:45:39 +02:00
collections:
pages:
output: true
2021-08-21 19:28:18 +02:00
permalink: /:path/
2019-08-14 16:45:39 +02:00
2022-09-09 18:11:19 +02:00
languages: ["it", "en"]
exclude_from_localizations: ["javascript", "images", "css", "tag", "assets", "fonts"]
2020-12-29 21:40:17 +01:00
2022-03-04 10:26:46 +01:00
fediverse_url: "https://social.unitoo.it/admin"
2020-12-30 18:11:45 +01:00
assets:
2021-06-15 14:13:19 +02:00
source_maps: true
compression: true
gzip: true
compress:
css: sass
2021-08-20 16:48:07 +02:00
js: uglifier
digest: true
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/fonts
2021-08-27 11:51:08 +02:00
defaults:
- scope:
path: ""
values:
image: "/logo.png"
2021-08-27 11:51:08 +02:00
2019-08-13 15:16:48 +02:00
plugins:
- jekyll-assets
- jekyll-seo-tag
- jekyll-sitemap
2020-12-29 21:40:17 +01:00
- jekyll-multiple-languages-plugin