hugo-theme-almeida/exampleSite/config.toml

11 lines
229 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"
2020-08-16 19:49:25 +00:00
title = "Example - CV"
2020-08-16 20:19:07 +00:00
theme = "almeida-cv"
2020-08-16 19:16:37 +00:00
[params]
colorPrimary = "#e3bfb8"
colorPrimaryText = "#fff"
colorPageBackground = "#ddd"
colorRightColumnBackground = "#f5f5f5"