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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 462f187..f708315 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,6 +14,9 @@ paginate = 10
viewMorePostLink = "/blog/"
author = "DevCows"
+ # Google Maps API key (if not set will default to not passing a key.)
+ googleMapsApiKey = ""
+
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "default"