forked from unitoo/website
58 lines
1.1 KiB
YAML
58 lines
1.1 KiB
YAML
# Welcome to Jekyll!
|
|
#
|
|
title: Unitoo
|
|
email: info@unitoo.it
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Soluzioni software, cyber security e consulenza senza compromessi
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
author: Unitoo
|
|
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py"]
|
|
include: [".well-known"]
|
|
url: "https://www.unitoo.it"
|
|
future: true
|
|
|
|
twitter:
|
|
username: UnitooInc
|
|
card: summary
|
|
|
|
logo: /assets/images/logo-extended.webp
|
|
locale: it
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
collections:
|
|
pages:
|
|
output: true
|
|
permalink: /:path/
|
|
|
|
languages: ["it"]
|
|
exclude_from_localizations: ["javascript", "images", "css"]
|
|
|
|
mastodon_url: "https://mastodon.uno/@unitoo"
|
|
|
|
assets:
|
|
source_maps: true
|
|
compression: true
|
|
gzip: true
|
|
compress:
|
|
css: sass
|
|
js: uglifier
|
|
digest: true
|
|
sources:
|
|
- _assets/images
|
|
- _assets/javascripts
|
|
- _assets/stylesheets
|
|
- _assets/fonts
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
image: "/logo.png"
|
|
|
|
plugins:
|
|
- jekyll-assets
|
|
- jekyll-seo-tag
|
|
- jekyll-sitemap
|
|
- jekyll-multiple-languages-plugin
|