Le framework HUGO utilisé pour créer son CV en 2 minutes
https://cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
412 B
18 lines
412 B
baseURL = "https://example.com/"
|
|
languageCode = "en-us"
|
|
defaultContentLanguage = "en"
|
|
theme = "almeida-cv"
|
|
title = "Example - CV"
|
|
|
|
[params]
|
|
colorDark = "#666"
|
|
colorLight = "#fff"
|
|
colorPageBackground = "#ddd"
|
|
#colorPrimary = "#e3bfb8"
|
|
#colorPrimary = "#1a54c9"
|
|
colorPrimary = "#b4c2df"
|
|
colorPrimaryText = "#fff"
|
|
colorRightColumnBackground = "#f5f5f5"
|
|
colorSecondary = "#7b1014"
|
|
#colorSecondary = "#aaa"
|
|
pages = 1
|
|
|