mirror of
https://github.com/loviuz/loviuz-website.git
synced 2024-12-22 21:38:37 +01:00
129 lines
2.6 KiB
TOML
Executable File
129 lines
2.6 KiB
TOML
Executable File
baseurl = "https://loviuz.me"
|
|
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"
|
|
avatarurl = "images/loviuz_avatar.webp"
|
|
#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
|
|
|
|
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"]
|
|
|
|
[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 = "loviuz"
|
|
|
|
[taxonomies]
|
|
category = "categorie"
|
|
tags = "tags"
|
|
|
|
|
|
# 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]]
|
|
name = "Gitea.it"
|
|
icon = "fa fa-git fa-2x"
|
|
weight = 3
|
|
url = "https://gitea.it/loviuz"
|
|
[[params.social]]
|
|
name = "Codeberg"
|
|
icon = "fa fa-code fa-2x"
|
|
weight = 4
|
|
url = "https://codeberg.com/loviuz"
|
|
[[params.social]]
|
|
name = "Gitlab"
|
|
icon = "fa fa-gitlab fa-2x"
|
|
weight = 5
|
|
url = "https://gitlab.com/loviuz"
|
|
[[params.social]]
|
|
name = "Github"
|
|
icon = "fa fa-github fa-2x"
|
|
weight = 6
|
|
url = "https://github.com/loviuz/"
|
|
[[params.social]]
|
|
name = "Twitter"
|
|
icon = "fa fa-twitter fa-2x"
|
|
weight = 7
|
|
url = "https://twitter.com/loviuz/"
|
|
|
|
# Menu links
|
|
[[menu.main]]
|
|
name = "Chi sono"
|
|
weight = 1
|
|
url = "chi-sono/"
|
|
[[menu.main]]
|
|
name = "Hacking civico"
|
|
weight = 2
|
|
url = "hacking/"
|
|
[[menu.main]]
|
|
name = "I miei progetti"
|
|
weight = 3
|
|
url = "progetti/"
|
|
[[menu.main]]
|
|
name = "News"
|
|
weight = 4
|
|
url = "news/"
|
|
[[menu.main]]
|
|
name = "I miei contributi"
|
|
weight = 5
|
|
url = "contributi/"
|
|
[[menu.main]]
|
|
name = "Guide"
|
|
weight = 6
|
|
url = "guide/"
|
|
|
|
|
|
[imaging]
|
|
anchor = 'Smart'
|
|
bgColor = '#ffffff'
|
|
hint = 'photo'
|
|
quality = 90
|
|
resampleFilter = 'MitchellNetravali'
|
|
|
|
[blackfriday]
|
|
taskLists = true
|