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

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-15 04:04:46 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-15 04:04:46 +0300
commit488eefe04ad9a2f5138e635b5272c9a9784c5e3c (patch)
treec18235f57416ce5efc2189d473a61ff8c05faefd /exampleSite
parent73727c0d4870513a667e2ee8a17d0b54db660057 (diff)
added the ability to change colours in config.toml - primary and text primary
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 64a54c8..1e000e8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -16,7 +16,8 @@ googleAnalytics = "UA-XXXXXXX-Y"
description = "DevResume - Bootstrap 4 Resume/CV Template For Software Developers"
-
+ primary_color = "#54B689"
+ text_primary_color = "#292929"