30 lines
771 B
TOML
30 lines
771 B
TOML
languageCode = "fr-fr"
|
|
defaultContentLanguage = "fr"
|
|
enableRobotsTXT = true
|
|
enableEmoji = true
|
|
|
|
theme = "cv"
|
|
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
|
|
|
|
baseURL = "https://www.delmar.bzh/julien/"
|
|
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
|