diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-05-25 23:04:57 +0200 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-05-25 23:04:57 +0200 |
| commit | e1940891215e978f09e5d5c27b78388b3c3340b6 (patch) | |
| tree | 4d65336f0f2f193cd308a24aaa7f98f68038f93b /exampleSite/config.toml | |
| parent | 2451347ebcb0716252e9f2875dc3eed29cf98691 (diff) | |
Adjust custom color
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index be175ac..36ba26e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,6 +19,9 @@ licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" builtWith = true mainSections = ["post"] +## Set custom theme color. +# themeColor = "#fc2803" + [[params.socialIcons]] icon = "fa-linkedin" title = "Linkedin" |
