First commit

This commit is contained in:
2025-04-07 20:46:15 +02:00
commit e0a7f6abe9
96 changed files with 3912 additions and 0 deletions

24
hugo.toml Normal file
View File

@@ -0,0 +1,24 @@
baseURL = "https://patrickcanal.xyz/"
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"]