Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5366e2e..fbbfcc4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,14 @@
baseURL = "https://example.com/"
languageCode = "en-us"
-title = "Example - CV"
theme = "almeida-cv"
+title = "Example - CV"
[params]
+colorDark = "#666"
+colorLight = "#fff"
+colorPageBackground = "#ddd"
colorPrimary = "#e3bfb8"
colorPrimaryText = "#fff"
-colorPageBackground = "#ddd"
colorRightColumnBackground = "#f5f5f5"
+colorSecondary = "#aaa"
+pages = 1