116 lines
2.3 KiB
TOML
Executable File
116 lines
2.3 KiB
TOML
Executable File
baseurl = "https://este.linux.it"
|
|
title = "OpenIT Este"
|
|
theme = "hugo-coder"
|
|
languagecode = "it"
|
|
defaultcontentlanguage = "it"
|
|
pluralizeListTitles = false
|
|
|
|
paginate = 20
|
|
|
|
pygmentsstyle = "bw"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
[params]
|
|
author = "Gruppo Linux di Este"
|
|
info = "Per un mondo digitale libero e rispettoso delle persone"
|
|
description = "Sito web del Gruppo Linux di Este"
|
|
keywords = "linux,opensource,hacking,blog,developer"
|
|
avatarurl = "images/openit.webp"
|
|
#gravatar = "john.doe@example.com"
|
|
|
|
favicon_32 = "images/favicon-32x32.png"
|
|
favicon_16 = "images/favicon-16x16.png"
|
|
|
|
since = 2022
|
|
|
|
enableTwemoji = true
|
|
|
|
colorScheme = "auto"
|
|
hidecolorschemetoggle = false
|
|
|
|
customCSS = ["css/bootstrap.css", "css/font-awesome-animation.min.css", "css/custom.css", "css/responsive.css", "css/dark.css"]
|
|
#customSCSS = ["scss/custom.scss"]
|
|
#customJS = ["js/custom.js"]
|
|
|
|
telegram_url = "https://t.me/openit_este_news"
|
|
|
|
[params.matomo]
|
|
siteurl = "//stats.linux.it/"
|
|
siteid = 5
|
|
|
|
[params.donations]
|
|
liberapay_username = "loviuz"
|
|
stripe_donation_link = "https://donate.stripe.com/bIY14hdxefdxdoceUU"
|
|
|
|
[params.socialshare]
|
|
mastodon = true
|
|
facebook = true
|
|
linkedin = true
|
|
twitter = true
|
|
whatsapp = true
|
|
email = true
|
|
|
|
[params.goatCounter]
|
|
code = ""
|
|
|
|
[taxonomies]
|
|
category = "categorie"
|
|
tags = "tags"
|
|
|
|
|
|
# Social links
|
|
[[params.social]]
|
|
name = "Mastodon"
|
|
icon = "fa fa-mastodon fa-2x"
|
|
weight = 1
|
|
url = "https://mastodon.uno/@openiteste"
|
|
[[params.social]]
|
|
name = "Telegram"
|
|
icon = "fa fa-telegram fa-2x"
|
|
weight = 2
|
|
url = "https://t.me/openit_este_news"
|
|
[[params.social]]
|
|
name = "Email"
|
|
icon = "fa fa-envelope fa-2x"
|
|
weight = 3
|
|
url = "mailto:loviuz@linux.it"
|
|
[[params.social]]
|
|
name = "Gitea.it"
|
|
icon = "fa fa-git fa-2x"
|
|
weight = 4
|
|
url = "https://gitea.it/openit-este"
|
|
|
|
# Menu links
|
|
[[menu.main]]
|
|
name = "🐧 Chi siamo"
|
|
weight = 1
|
|
url = "chi-siamo/"
|
|
[[menu.main]]
|
|
name = "🚀 Partecipa"
|
|
weight = 2
|
|
url = "partecipa/"
|
|
[[menu.main]]
|
|
name = "🗓️ Eventi"
|
|
weight = 3
|
|
url = "eventi/"
|
|
[[menu.main]]
|
|
name = "👨💻 Progetti"
|
|
weight = 4
|
|
url = "progetti/"
|
|
[[menu.main]]
|
|
name = "📢 News"
|
|
weight = 5
|
|
url = "news/"
|
|
|
|
|
|
[imaging]
|
|
anchor = 'Smart'
|
|
bgColor = '#ffffff'
|
|
hint = 'photo'
|
|
quality = 90
|
|
resampleFilter = 'MitchellNetravali'
|
|
|
|
[blackfriday]
|
|
taskLists = true
|