diff --git a/README.md b/README.md index 5c128c4..0ff2f94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [中文](https://github.com/hugo-next/hugo-theme-next/blob/main/README.zh.md) | [English](#) -NexT logo +NexT logo ## Hugo NexT @@ -12,6 +12,8 @@ [![Gitter](https://img.shields.io/gitter/room/hugo-next/hugo-them-next?logo=gitter&style=flat-square&label=Gitter)](https://gitter.im/hugo-next/community) [![Build Hugo Version](https://img.shields.io/badge/Hugo-%3E=0.89.0-red?style=flat-square&logo=hugo&color=%23FF4088&&label=Hugo%20Extended)](https://github.com/gohugoio/hugo/releases/latest) [![GitHub deployments](https://img.shields.io/github/deployments/hugo-next/hugo-next.github.io/github-pages?style=flat-square&logo=GitHub&label=Github%20Pages)](https://github.com/hugo-next/hugo-theme-next) [![Contributors](https://img.shields.io/github/contributors/hugo-next/hugo-theme-next?style=flat-square&color=%235E0D73&logo=contributorcovenant&label=Contributors)](https://github.com/hugo-next/hugo-theme-next/graphs/contributors) [![Latest Release](https://img.shields.io/github/v/release/hugo-next/hugo-theme-next?include_prereleases&style=flat-square&color=%23DD2C00&logo=semanticrelease&label=Latest%20Release)](https://github.com/hugo-next/hugo-theme-next/releases) [![Repos Size](https://img.shields.io/github/repo-size/hugo-next/hugo-theme-next?style=flat-square&color=%23FFBF3B&logo=Files&label=Repo%20Size)](https://github.com/hugo-next/hugo-theme-next/find/main) [![GitHub](https://img.shields.io/github/license/hugo-next/hugo-theme-next?logo=webauthn&style=flat-square&label=License)](https://github.com/hugo-next/hugo-theme-next/blob/main/LICENSE) +![Screenshot](images/screenshot.png) + ## 🎨 4 Scheme * :heart_decoration: Muse @@ -37,7 +39,7 @@ Before use `Hugo NexT` theme, please make sure installed `Git` & `Hugo Extened` If there your first time build blog site, Recommended use template of `Github` which can easily create your site code. Click & visit this repository: [hugo-theme-next-starter](https://github.com/hugo-next/hugo-theme-next-starter), then click the green button which name call `Use this template` upper right corner on the page. Just like below image: -![Use Template](https://imgs.lisenhui.cn/hugo-next/use-hugo-next-starter.png) +![Use Template](images/use-hugo-next-starter.png) After do that click the green button which name call `Create repository from template`, then will create your site code automatic, and clone it on your PC environment. diff --git a/README.zh.md b/README.zh.md index 9960f3c..b7172fc 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,7 +1,7 @@ [中文](#) | [English](https://github.com/hugo-next/hugo-theme-next/blob/main/README.md) -NexT logo +NexT logo ## Hugo NexT @@ -12,6 +12,8 @@ [![Gitter](https://img.shields.io/gitter/room/hugo-next/hugo-them-next?logo=gitter&style=flat-square&label=Gitter)](https://gitter.im/hugo-next/community) [![Build Hugo Version](https://img.shields.io/badge/Hugo-%3E=0.89.0-red?style=flat-square&logo=hugo&color=%23FF4088&&label=Hugo%20Extended)](https://github.com/gohugoio/hugo/releases/latest) [![GitHub deployments](https://img.shields.io/github/deployments/hugo-next/hugo-next.github.io/github-pages?style=flat-square&logo=GitHub&label=Github%20Pages)](https://github.com/hugo-next/hugo-theme-next) [![Contributors](https://img.shields.io/github/contributors/hugo-next/hugo-theme-next?style=flat-square&color=%235E0D73&logo=contributorcovenant&label=Contributors)](https://github.com/hugo-next/hugo-theme-next/graphs/contributors) [![Latest Release](https://img.shields.io/github/v/release/hugo-next/hugo-theme-next?include_prereleases&style=flat-square&color=%23DD2C00&logo=semanticrelease&label=Latest%20Release)](https://github.com/hugo-next/hugo-theme-next/releases) [![Repos Size](https://img.shields.io/github/repo-size/hugo-next/hugo-theme-next?style=flat-square&color=%23FFBF3B&logo=Files&label=Repo%20Size)](https://github.com/hugo-next/hugo-theme-next/find/main) [![GitHub](https://img.shields.io/github/license/hugo-next/hugo-theme-next?logo=webauthn&style=flat-square&label=License)](https://github.com/hugo-next/hugo-theme-next/blob/main/LICENSE) +![截图](images/screenshot.png) + ## 🎨 4 种页面模式 * :heart_decoration: 冥想 (Muse) @@ -37,7 +39,7 @@ 如果你是初次建站的话,可以使用 `Github` 的模板功能,一键生成你的站点仓库代码。访问 [hugo-theme-next-starter](https://github.com/hugo-next/hugo-theme-next-starter) 点击右上角的 `Use this template` 绿色按钮然后填写代码仓库的相关信息,参考如下: -![使用模板创建](https://imgs.lisenhui.cn/hugo-next/use-hugo-next-starter.png) +![使用模板创建](images/use-hugo-next-starter.png) 最后点击 `Create repository from template` 绿色按钮,会直接在你的空间中生成站点代码,再把它克隆到本地进行创作。 diff --git a/images/hugo-next-primary.png b/images/hugo-next-primary.png new file mode 100644 index 0000000..7b8fdde Binary files /dev/null and b/images/hugo-next-primary.png differ diff --git a/images/hugo-next-secondary.png b/images/hugo-next-secondary.png new file mode 100644 index 0000000..eca41ba Binary files /dev/null and b/images/hugo-next-secondary.png differ diff --git a/images/hugo-next-symbol.png b/images/hugo-next-symbol.png new file mode 100644 index 0000000..23f43d1 Binary files /dev/null and b/images/hugo-next-symbol.png differ diff --git a/images/use-hugo-next-starter.png b/images/use-hugo-next-starter.png new file mode 100644 index 0000000..45f576d Binary files /dev/null and b/images/use-hugo-next-starter.png differ