Initial commit.

This commit is contained in:
Julien
2024-05-17 18:19:44 +02:00
parent 8dbd0e0896
commit 885323ea91
30 changed files with 858 additions and 0 deletions

29
config.toml Normal file
View File

@@ -0,0 +1,29 @@
languageCode = "fr-fr"
defaultContentLanguage = "fr"
enableRobotsTXT = true
enableEmoji = true
theme = "cv"
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
baseURL = "https://julien.delmar.bzh/"
title = "Julieñ MARIE - Curriculum Vitæ"
#googleAnalytics = ""
[params]
enableMetaTags = true
colorLight = "#fff"
colorDark = "#666"
colorPageBackground = "#ddd"
colorPrimary = "#9dbce3"
colorSecondary = "#aaa"
colorIconPrimary = "#fff"
colorIconBackground = "#9dbce3"
colorRightColumnBackground = "#f5f5f5"
colorRightColumnHeadingText = "#666"
colorRightColumnBodyText = "#666"
colorRightColumnIconPrimary = "#fff"
colorRightColumnIconBackground = "#9dbce3"
pages = 1
# Set this param to 'true' to swap the bar positions
swapColumns = false