fvezzoli.villavasco.ovh/config.toml

46 lines
1.5 KiB
TOML

baseURL = "https://fvezzoli.villavasco.ovh/"
title = "IZ2VTW's board"
copyright = "©2021 Francesco IZ2VTW Vezzoli. This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"><img alt=\"CC-BY-SA\" style=\"display:inline-block\" src=\"https://i.creativecommons.org/l/by-sa/4.0/80x15.png\" /></a>"
theme = "cleanwasteland"
#enableGitInfo = true
enableEmoji = true
enableRobotsTXT = true
## Languages
DefaultContentLanguage = "it"
[languages.en]
languageName = "English"
description = "This is a disorderly place to save things: notes and ideas for various project, solutions to my daily problems."
[languages.it]
languageName = "Italiano"
description = "Questo è un luogo disordinato per salvare cose: appunti e idee per vari progetti, soluzioni ai miei problemi quotidiani."
[permalinks]
post = "/:sections/:year/:month/:slug/"
[Params]
editURL = "https://code.villavasco.ovh/fvezzoli/fvezzoli.villavasco.ovh/_edit/master/content/"
commitURL = "https://code.villavasco.ovh/fvezzoli/fvezzoli.villavasco.ovh/commit/"
showReadingTime = true
[Author]
name = "Francesco Vezzoli"
gravatar = "fvezzoli@villavasco.ovh"
# social icons
email = "fvezzoli@villavasco.ovh"
facebook="francescovezzoli85"
github = "fvezzoli"
twitter = "fvezzoli"
mastodon = "https://mastodon.uno/@fvezzoli"
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[build]
writeStats = true