loviuz-website/config.toml

129 lines
2.6 KiB
TOML
Raw Normal View History

2022-06-05 18:50:41 +02:00
baseurl = "https://loviuz.me"
2022-06-05 12:10:31 +02:00
title = "Loviuz"
theme = "hugo-coder"
languagecode = "it"
defaultcontentlanguage = "it"
pluralizeListTitles = false
paginate = 20
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
author = "Fabio Lovato"
info = "Sviluppatore, Imprenditore e Hacker"
description = "Sito web personale di Fabio Lovato"
keywords = "hacking,linux,opensource,blog,developer,personal"
2022-07-24 22:24:22 +02:00
avatarurl = "images/loviuz_avatar.webp"
2022-06-05 12:10:31 +02:00
#gravatar = "john.doe@example.com"
favicon_32 = "images/favicon-32x32.png"
favicon_16 = "images/favicon-16x16.png"
since = 2011
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
2022-07-17 16:10:40 +02:00
customCSS = ["css/bootstrap.css", "css/font-awesome-animation.min.css", "css/custom.css", "css/responsive.css", "css/dark.css"]
2022-06-05 12:10:31 +02:00
#customSCSS = ["scss/custom.scss"]
#customJS = ["js/custom.js"]
2022-07-17 14:59:37 +02:00
[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
2022-06-05 18:50:41 +02:00
[params.goatCounter]
code = "loviuz"
2022-06-05 12:10:31 +02:00
[taxonomies]
category = "categorie"
2022-07-03 23:31:05 +02:00
tags = "tags"
2022-06-05 12:10:31 +02:00
# Social links
[[params.social]]
name = "Telegram"
icon = "fa fa-telegram fa-2x"
weight = 1
url = "https://t.me/loviuz"
[[params.social]]
name = "Mastodon"
icon = "fa fa-mastodon fa-2x"
weight = 2
url = "https://mastodon.uno/web/@loviuz86"
[[params.social]]
2022-11-01 21:53:06 +01:00
name = "Gitea.it"
icon = "fa fa-git fa-2x"
2022-06-05 12:10:31 +02:00
weight = 3
2022-11-01 21:53:06 +01:00
url = "https://gitea.it/loviuz"
[[params.social]]
name = "Codeberg"
icon = "fa fa-code fa-2x"
weight = 4
url = "https://codeberg.com/loviuz"
2022-06-05 12:10:31 +02:00
[[params.social]]
name = "Gitlab"
icon = "fa fa-gitlab fa-2x"
2022-11-01 21:53:06 +01:00
weight = 5
url = "https://gitlab.com/loviuz"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 6
url = "https://github.com/loviuz/"
2022-06-05 12:10:31 +02:00
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
2022-11-01 21:53:06 +01:00
weight = 7
2022-06-05 12:10:31 +02:00
url = "https://twitter.com/loviuz/"
# Menu links
[[menu.main]]
2022-12-11 16:36:14 +01:00
name = "👋 Chi sono"
2022-06-05 12:10:31 +02:00
weight = 1
url = "chi-sono/"
[[menu.main]]
2022-12-11 16:36:14 +01:00
name = "🏛️ Hacking civico"
2022-06-05 12:10:31 +02:00
weight = 2
url = "hacking/"
[[menu.main]]
2022-12-11 16:36:14 +01:00
name = "👨‍💻 Progetti"
2022-06-05 12:10:31 +02:00
weight = 3
url = "progetti/"
2022-06-06 00:09:35 +02:00
[[menu.main]]
2022-12-11 16:36:14 +01:00
name = "📢 News"
2022-06-06 00:09:35 +02:00
weight = 4
2022-07-03 15:07:40 +02:00
url = "news/"
2022-06-08 00:56:56 +02:00
[[menu.main]]
2022-12-11 16:36:14 +01:00
name = "🤝 Contributi"
2022-06-08 00:56:56 +02:00
weight = 5
2022-07-03 14:49:35 +02:00
url = "contributi/"
[[menu.main]]
2022-12-11 16:36:14 +01:00
name = "📋 Guide"
2022-07-03 14:49:35 +02:00
weight = 6
2022-06-06 00:09:35 +02:00
url = "guide/"
2022-06-05 12:10:31 +02:00
[imaging]
anchor = 'Smart'
bgColor = '#ffffff'
hint = 'photo'
2022-10-09 14:49:32 +02:00
quality = 90
resampleFilter = 'MitchellNetravali'
2022-06-12 15:26:54 +02:00
[blackfriday]
taskLists = true