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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-10-08 13:36:42 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-10-08 13:36:42 +0300
commit1f21fad75d35ba9f8394451d94f24bd983f0f74e (patch)
tree1ba9397128bcf340ef37f2a4b04c5b4543cd7a4b /README.md
parent0ba6762d585a95828d3f01ff2c08b8ca9bb58c27 (diff)
params description
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5b92475..862ef03 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,11 @@ For more information read the official [setup guide](//gohugo.io/overview/instal
## Configuration
You can define some social network bullshit like:
-- [author] **name** *str* : the author's website name;
-- [author] **pseudo** *str* : the author's online pseudonym;
-- [author] **twitter** *str* : Twitter account;
-- [author] **github** *str* : GitHub account;
-- [author] **linkedin** *str* : LinkedIn account;
+- [params] **name** *str* : the author's website name;
+- [params] **pseudo** *str* : the author's online pseudonym;
+- [params] **twitter** *str* : Twitter account;
+- [params] **github** *str* : GitHub account;
+- [params] **linkedin** *str* : LinkedIn account;
_./config.toml example:_
```toml