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-01-26 11:14:09 +01:00
|
|
|
Soluzioni software, cyber security 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
|
2020-12-29 21:40:17 +01:00
|
|
|
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py"]
|
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
|
|
|
|
|
2021-06-15 14:01:04 +02:00
|
|
|
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
|
|
|
|
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"
|
|
|
|
|
2021-06-15 14:01:04 +02:00
|
|
|
assets:
|
2021-06-15 14:13:19 +02:00
|
|
|
source_maps: true
|
|
|
|
compression: true
|
|
|
|
gzip: true
|
2021-06-15 14:01:04 +02:00
|
|
|
compress:
|
|
|
|
css: sass
|
2021-08-20 16:48:07 +02:00
|
|
|
js: uglifier
|
2021-06-15 14:01:04 +02:00
|
|
|
digest: true
|
|
|
|
sources:
|
|
|
|
- _assets/images
|
|
|
|
- _assets/javascripts
|
|
|
|
- _assets/stylesheets
|
|
|
|
- _assets/fonts
|
|
|
|
|
2021-08-27 11:51:08 +02:00
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
values:
|
2021-08-27 11:58:46 +02:00
|
|
|
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
|