From 95667f5ca3d129b9d212bc9c76f9e2d3dca0f880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Mon, 4 Jul 2022 09:27:41 +0800 Subject: [PATCH] :memo: Update the README content fixed some error info. --- README.md | 6 +++--- README.zh.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0219861..a395eb1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Before use `Hugo NexT` theme, please make sure installed `Git` & `Hugo Extened` $ hugo new site hugo-next-exmaple $ cd hugo-next-exmaple $ git init -$ hugo submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next +$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next $ cp -r themes/hugo-theme-next/exampleSite/* . $ rm -rf config.toml $ hugo server @@ -60,7 +60,7 @@ There had ready a new post template for you, It is recommended to use the follo $ hugo new posts/hello-world.md ``` -Descript front matter in post as below: +All front matter parameters's description in post as below: ```yml @@ -114,7 +114,7 @@ All features development progress and new request in [Hugo NexT V4 Roadmap](http [MIT License](LICENSE) -Copyright (c) 2022, hugo-next 团队 +Copyright (c) 2022, hugo-next teams. ## Thanks diff --git a/README.zh.md b/README.zh.md index 325ef53..b9a0973 100644 --- a/README.zh.md +++ b/README.zh.md @@ -37,7 +37,7 @@ $ hugo new site hugo-next-exmaple $ cd hugo-next-exmaple $ git init -$ hugo submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next +$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next $ cp -r themes/hugo-theme-next/exampleSite/* . $ rm -rf config.toml $ hugo server @@ -61,7 +61,7 @@ $ git submodule update --remote $ hugo new posts/hello-world.md ``` -关于文章头部的那些标记作用的说明参考如下: +关于文章头部那些参数作用的说明参考如下: ```yml @@ -122,7 +122,7 @@ tags: [MIT License](LICENSE) -Copyright (c) 2022, hugo-next teams +Copyright (c) 2022, hugo-next 团队 ## 致谢 @@ -133,4 +133,4 @@ Copyright (c) 2022, hugo-next teams | 捐助时间 | 捐助者 | 捐助方式 | 捐助内容 | 留言 | | :-------: | ------ | ------ | ---- | ---- | | 2021.12.21 | z*y | 微信支付 | ¥18.88 | / | -| 2022.05.08 | *泉 | 微信支付 | ¥6.60 | 祝开发next顺利 | \ No newline at end of file +| 2022.05.08 | *泉 | 微信支付 | ¥6.60 | 祝开发next顺利 |顺利 | \ No newline at end of file