mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-27 01:33:05 +00:00
1305b59afa
* Improve wording in README * Recommend to use template as a submodule (as per official Hugo guide) * Disable building unecessary Hugo elements in exampleSite Signed-off-by: Piotr Bocheński <bochenski.piotr@gmail.com>
20 lines
453 B
TOML
20 lines
453 B
TOML
languageCode = "en-us"
|
|
defaultContentLanguage = "en"
|
|
enableRobotsTXT = "true"
|
|
enableEmoji = "true"
|
|
|
|
theme = "almeida-cv"
|
|
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
|
|
|
|
baseURL = "https://example.com/"
|
|
title = "Example - CV"
|
|
|
|
[params]
|
|
colorDark = "#666"
|
|
colorLight = "#fff"
|
|
colorPageBackground = "#ddd"
|
|
colorPrimary = "#e3bfb8"
|
|
colorPrimaryText = "#fff"
|
|
colorRightColumnBackground = "#f5f5f5"
|
|
colorSecondary = "#aaa"
|
|
pages = 1
|