mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-23 07:47:55 +00:00
2d21e993a8
Open Graph support included. Signed-off-by: Piotr Bocheński <bochenski.piotr@gmail.com>
27 lines
676 B
TOML
27 lines
676 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"
|
|
#googleAnalytics = ""
|
|
|
|
[params]
|
|
enableMetaTags = true
|
|
colorLight = "#fff"
|
|
colorDark = "#666"
|
|
colorPageBackground = "#ddd"
|
|
colorPrimary = "#e3bfb8"
|
|
colorSecondary = "#aaa"
|
|
colorIconPrimary = "#fff"
|
|
colorIconBackground = "#e3bfb8"
|
|
colorRightColumnBackground = "#f5f5f5"
|
|
colorRightColumnHeadingText = "#666"
|
|
colorRightColumnBodyText = "#666"
|
|
colorRightColumnIconPrimary = "#fff"
|
|
colorRightColumnIconBackground = "#e3bfb8"
|
|
pages = 1
|