mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-03-07 20:18:08 +01:00
First commit
This commit is contained in:
24
hugo.toml
Normal file
24
hugo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user