mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-03-07 12:11:48 +01:00
25 lines
407 B
TOML
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"]
|