hugo-theme-almeida/exampleSite/config.toml

28 lines
676 B
TOML
Raw Normal View History

2020-08-16 19:16:37 +00:00
languageCode = "en-us"
2021-01-15 20:50:30 +00:00
defaultContentLanguage = "en"
enableRobotsTXT = true
enableEmoji = true
2020-08-16 20:19:07 +00:00
theme = "almeida-cv"
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]
baseURL = "https://example.com/"
2020-08-29 11:16:29 +00:00
title = "Example - CV"
#googleAnalytics = ""
2020-08-16 19:16:37 +00:00
[params]
enableMetaTags = true
2020-08-29 11:16:29 +00:00
colorLight = "#fff"
colorDark = "#666"
2020-08-29 11:16:29 +00:00
colorPageBackground = "#ddd"
2020-08-16 19:16:37 +00:00
colorPrimary = "#e3bfb8"
2020-08-29 11:16:29 +00:00
colorSecondary = "#aaa"
colorIconPrimary = "#fff"
colorIconBackground = "#e3bfb8"
colorRightColumnBackground = "#f5f5f5"
colorRightColumnHeadingText = "#666"
colorRightColumnBodyText = "#666"
colorRightColumnIconPrimary = "#fff"
colorRightColumnIconBackground = "#e3bfb8"
2020-08-29 11:16:29 +00:00
pages = 1