Initial commit.
This commit is contained in:
29
hugo.toml
Normal file
29
hugo.toml
Normal 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
|
||||
Reference in New Issue
Block a user