hugo-theme-almeida/exampleSite/config.toml

16 lines
332 B
TOML
Raw Normal View History

2020-08-16 19:49:25 +00:00
baseURL = "https://example.com/"
2020-08-16 19:16:37 +00:00
languageCode = "en-us"
2021-01-15 20:50:30 +00:00
defaultContentLanguage = "en"
2020-08-16 20:19:07 +00:00
theme = "almeida-cv"
2020-08-29 11:16:29 +00:00
title = "Example - CV"
2020-08-16 19:16:37 +00:00
[params]
2020-08-29 11:16:29 +00:00
colorDark = "#666"
colorLight = "#fff"
colorPageBackground = "#ddd"
2020-08-16 19:16:37 +00:00
colorPrimary = "#e3bfb8"
colorPrimaryText = "#fff"
colorRightColumnBackground = "#f5f5f5"
2020-08-29 11:16:29 +00:00
colorSecondary = "#aaa"
pages = 1