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:
authorDavid Shorter <davidshorter@users.noreply.github.com>2017-01-17 23:01:46 +0300
committerAdrián Moreno <adrian@morenomartinez.com>2017-01-17 23:01:46 +0300
commit2e440a435474e5d463f003d5f96e512426f3afa0 (patch)
treefae4ce6be1b2b15eb68a0b4632e35e7e0f4eb7e0 /exampleSite
parent58cd73deed19e09aaefe841f425e39b7b97aaa38 (diff)
Add in support for a google maps api key. (#39)
* add support for googlemaps api keys. * Support google maps api keys. * Rename api key per PR feedback.
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"