From cee548ce1380d143a130e5f65f56462621e5d524 Mon Sep 17 00:00:00 2001 From: Bing-Sheng Chen Date: Tue, 20 Aug 2019 10:29:43 +0800 Subject: docs(readme): Update readme file Correct "Display social networks" section; Update the file structure example of "Multiple languages" section. --- README.md | 8 +++++--- 1 file 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 -- cgit v1.2.3