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

github.com/IvanChou/hugo-theme-vec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIChou <me@ichou.cn>2016-10-23 09:53:39 +0300
committerIChou <me@ichou.cn>2016-10-23 09:55:00 +0300
commit990cbcf4ada1b704f7f2831135c04b65b8d6ee64 (patch)
treee6a6bac170f89dac9de55cb7c8c07941020280b4
parenta738d428abba742e490ba33137f74ccff8f9ccf4 (diff)
update readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72ed854..680baa9 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ googleAnalytics = "Your Google Analytics tracking code"
Avater = "img/avatar.jpg"
SelfIntro = "Just a worm, seek for true, live in shadow, no more..."
+ Email = "you@example.com"
GithubID = "Your Github ID"
TwitterID = "Your Twitter ID"
@@ -64,8 +65,9 @@ Please notice that TOC will be hidden when browser width is less than 920px.
### Enable Formspree to your page
-If you need a form which enables guests to contact you by email, Formspree maybe a good choice.
-just adding `formspree: true` (YAML) or `formspree = true` (TOML) in the front matter of your page.
+If you need a form which allows guests to contact you by email, Formspree maybe a good choice.
+
+Firstly, make sure you have already set a Email in the config.toml. And then add `formspree: true` (YAML) or `formspree = true` (TOML) in the front matter of your page.
## Build your site