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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2019-08-20 05:29:43 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2019-08-20 05:29:43 +0300
commitcee548ce1380d143a130e5f65f56462621e5d524 (patch)
tree21f26c1d84a9822a45b585b9d100b3e965ed6954
parentea9283f49a4d852127d013c9d25b962f7f7f4528 (diff)
docs(readme): Update readme file
Correct "Display social networks" section; Update the file structure example of "Multiple languages" section.
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b3e8202..572a963 100644
--- a/README.md
+++ b/README.md
@@ -60,17 +60,17 @@ You can put social network links on home page. It will sort by weight in ascendi
[params]
[[params.social]]
- icon = "github"
+ name = "github"
url = "https://github.com/example"
weight = 10
[[params.social]]
- icon = "twitter"
+ name = "twitter"
url = "https://twitter.com/example"
weight = 30
[[params.social]]
- icon = "linkedin"
+ name = "linkedin"
url = "https://www.linkedin.com/in/example"
weight = 20
```
@@ -171,6 +171,7 @@ And you have organize your posts like this:
.
└── content
└── en
+ │ ├── _index.md
| └── posts
| └── post-1.md
├── fr
@@ -178,6 +179,7 @@ And you have organize your posts like this:
| ├── post-1.md
| └── post-2.md
└── zh
+ ├── _index.md
└── posts
├── post-1.md
└── post-2.md