forked from unitoo/website
37 lines
828 B
YAML
37 lines
828 B
YAML
# Welcome to Jekyll!
|
|
#
|
|
title: Unitoo
|
|
email: info@unitoo.pw
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py"]
|
|
url: "https://www.unitoo.it"
|
|
future: true
|
|
|
|
twitter:
|
|
username: UnitooInc
|
|
card: summary
|
|
|
|
logo: /assets/images/logo-extended.png
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
collections:
|
|
pages:
|
|
output: true
|
|
permalink: /:path/
|
|
|
|
languages: ["it"]
|
|
exclude_from_localizations: ["javascript", "images", "css"]
|
|
|
|
mastodon_url: "https://mastodon.uno/@unitoo"
|
|
|
|
plugins:
|
|
- jekyll-assets
|
|
- jekyll-seo-tag
|
|
- jekyll-feed
|
|
- jekyll-sitemap
|
|
- jekyll-minifier
|
|
- jekyll-multiple-languages-plugin
|