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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index bdee82b..72ed854 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,11 @@ If you need show table of contents per-post, adding `toc: true` (YAML) or `toc =
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.
+
## Build your site
Add `theme = "vec"` to your `config.toml`, then