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:
authorAdrian Moreno <adrian@morenomartinez.com>2017-05-26 13:49:54 +0300
committerAdrián Moreno <adrian@morenomartinez.com>2017-05-26 16:57:15 +0300
commite3d87fb340a6d40f43ac796ceae097b488837bd2 (patch)
treec6bc41177f95f062d518b1f9e4d4e6b6132e4bba /exampleSite/config.toml
parentf79fe7db3a22d644c691e4947df7d073287a00fc (diff)
Add Google Maps API Key for Hugo showcase site
Adding Google Maps API key with restrictive usage. It can only be used by the demo site on the Hugo Themes showcase. This fixes the error in the contact page when displaying the map. Related issue: #68 URL: https://themes.gohugo.io/theme/hugo-universal-theme/
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 669828a..7786bfb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -70,7 +70,7 @@ paginate = 10
defaultDescription = "Site template made by devcows using hugo"
# Google Maps API key (if not set will default to not passing a key.)
- googleMapsApiKey = ""
+ googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "default"