initial commit

This commit is contained in:
Colmaris 2025-02-08 12:54:13 +01:00
commit a6261020ee
130 changed files with 3179 additions and 0 deletions

26
hugo.toml Normal file
View file

@ -0,0 +1,26 @@
baseurl = "https://example.com/"
title = "console-demo"
theme = "hugo-theme-console"
languageCode = 'fr-FR'
defaultContentLanguage = "fr"
defaultContentLang = "fr"
[params]
# Cutting off the page title to two chars for mobile (console-demo -> co)
titleCutting = true
# Set the animation style -- https://animate.style/
# To disable animations, please remove or comment animationStyle parameter
animateStyle = "animated zoomIn fast"
[[params.navlinks]]
name = "about/"
url = "about/"
[[params.navlinks]]
name = "posts/"
url = "posts/"
[[params.navlinks]]
name = "photos/"
url = "photos/"