Files
patrickcanal.it/hugo.toml
2026-02-10 18:40:29 +01:00

25 lines
407 B
TOML

baseURL = "https://patrickcanal.it/"
languageCode = "en-us"
title = "Patrick Canal"
theme = "ficurinia"
copyright = "Patrick Canal"
[params]
author = "Patrick Canal"
logo = "/logo.svg"
svgicon = "/logo.svg"
enableJumbotron = true
infiniteScrolling = true
[menu]
[[menu.icons]]
identifier = "github"
name = "Github"
url = "https://github.com/Superredstone"
weight = 10
[outputs]
home = ["HTML", "JSON"]