diff --git a/README.md b/README.md index 0b2f6754..f1fe5b0b 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,31 @@ More FixIt examples here.

-## Documentation +## Why choose FixIt + +I don't know why 🤷. + + + +## Usage + +### Documentation Head to the [Quick Start](https://fixit.lruihao.cn/documentation/getting-started/quick-start/) page for a step-by-step guide on how to create a new website with FixIt. Outline: [Installation](https://fixit.lruihao.cn/documentation/installation/) ➜ [Getting Started](https://fixit.lruihao.cn/documentation/getting-started/) ➜ [Content Management](https://fixit.lruihao.cn/documentation/content-management/) ➜ [Advanced Usage](https://fixit.lruihao.cn/documentation/advanced/) -## Template repository +### Starter Wizard + +We provided a CLI tool to help you create a new project with FixIt by a single command. + +```bash +pnpx fixit-cli create my-blog +``` + +[![asciicast](https://asciinema.org/a/697494.svg)](https://asciinema.org/a/697494) + +### Templates Click the following links to generate a new repository with template: @@ -61,12 +79,6 @@ Click the following links to generate a new repository with template: [lruihao-blog]: https://github.com/Lruihao/hugo-blog [lruihao-blog:generate]: https://github.com/Lruihao/hugo-blog/generate -## Why choose FixIt - -I don't know why 🤷 - - - ## Features ### Performance and SEO diff --git a/README.zh-cn.md b/README.zh-cn.md index 42a87469..a5bca4c5 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -35,13 +35,31 @@ 更多 FixIt 的例子参见 这里

-## 主题文档 +## 为什么选择 FixIt + +我也不知道为什么 🤷。 + + + +## 使用指南 + +### 主题文档 前往 [快速上手](https://fixit.lruihao.cn/zh-cn/documentation/getting-started/quick-start/) 页面,了解如何使用 FixIt 主题创建一个新网站的详细步骤。 大纲:[安装篇](https://fixit.lruihao.cn/zh-cn/documentation/installation/) ➜ [入门篇](https://fixit.lruihao.cn/zh-cn/documentation/getting-started/) ➜ [内容管理](https://fixit.lruihao.cn/zh-cn/documentation/content-management/) ➜ [进阶篇](https://fixit.lruihao.cn/zh-cn/documentation/advanced/) -## 模板仓库 +### 快速开始 + +我们提供了一个 CLI 工具,可以通过一个命令来创建一个新的 FixIt 项目。 + +```bash +pnpx fixit-cli create my-blog +``` + +[![asciicast](https://asciinema.org/a/697494.svg)](https://asciinema.org/a/697494) + +### 模板 点击以下链接使用模板生成一个新的仓库: @@ -61,11 +79,9 @@ [lruihao-blog]: https://github.com/Lruihao/hugo-blog [lruihao-blog:generate]: https://github.com/Lruihao/hugo-blog/generate -## 为什么选择 FixIt - -我也不知道为什么 🤷 +### 镜像 - +Gitee 镜像仓库: ## 特性 @@ -178,10 +194,6 @@ FixIt 支持下列语言: [语言兼容性](https://fixit.lruihao.cn/zh-cn/theme-documentation-basics/#language-compatibility) -## 镜像 - -Gitee 镜像仓库: - ## 社区支持 所有的反馈都是欢迎的!详见 [Discussions][discussions]、[Pull requests][pulls] 和 [Issues][issues]。