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:
authorGuillermo Guerrero <wolf.fox1985@gmail.com>2016-09-18 22:18:59 +0300
committerGuillermo Guerrero <wolf.fox1985@gmail.com>2016-10-11 09:40:03 +0300
commit5d072c591784dbbf3443e9edea8a5d2115f82c34 (patch)
tree1a02d1a92ca4713221631058f1f345c0d2733b73 /README.md
parent9a294ed8751bd98edcac7c82b9f510890a8c1294 (diff)
Added google maps in contact.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2a63b8..60b5ac3 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,15 @@ id = "contact"
+++
```
+You can optionally add the google maps widget defining latitude and longitude in the section `params` at `config.toml`:
+
+```
+[params]
+ ...
+ latitude = "-12.043333"
+ longitude = "-77.028333"
+```
+
Since this Hugo sites are static, the contact form uses [Formspree](https://formspree.io/) as a proxy. The form makes a POST request to their servers to send the actual email. Visitors can send up to a 1000 emails each month for free.
To enable the form in the contact page, just type your Formspree email in the `config.toml` file.