loviuz-website/config.toml

98 lines
2.0 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"
avatarurl = "images/loviuz_avatar.jpg"
#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-06-05 15:32:24 +02:00
customCSS = ["css/custom.css", "css/bootstrap.css", "css/font-awesome-animation.min.css"]
2022-06-05 12:10:31 +02:00
#customSCSS = ["scss/custom.scss"]
#customJS = ["js/custom.js"]
2022-06-05 18:50:41 +02:00
[params.goatCounter]
code = "loviuz"
2022-06-05 12:10:31 +02:00
[taxonomies]
category = "categorie"
# 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 = "Github"
icon = "fa fa-github fa-2x"
weight = 3
url = "https://github.com/loviuz/"
[[params.social]]
name = "Gitlab"
icon = "fa fa-gitlab fa-2x"
weight = 4
url = "https://gitlab.com/loviuz/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 5
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]]
2022-06-05 15:32:24 +02:00
name = "I miei progetti"
2022-06-05 12:10:31 +02:00
weight = 3
url = "progetti/"
2022-06-06 00:09:35 +02:00
[[menu.main]]
2022-06-08 00:56:56 +02:00
name = "I miei contributi"
2022-06-06 00:09:35 +02:00
weight = 4
2022-06-08 00:56:56 +02:00
url = "contributi/"
[[menu.main]]
name = "Guide"
weight = 5
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'
quality = 75
resampleFilter = 'Box'