From 49dc866bd8d10b9302b1e3b324b13d34d1c7f7bb Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 22 Jul 2021 01:30:12 +0800 Subject: [PATCH] Fix docs --- README.md | 2 +- _posts/2019-08-09-getting-started.md | 2 +- docs/README.zh-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dbe0b2..5cf1d5a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ And then copy the critical files (for details, see [starter project][starter]) f > ⚠️ **Watch out for duplicate files!** > -If your Jekyll site is created by the `jekyll new` command, there will be `index.markdown` and `about.markdown` in the root directory of your site. Please be sure to remove them, otherwise they will overwrite the `index.html` and `_tabs/about.html` from this project, resulting in blank or messy pages. +> If your Jekyll site is created by the `jekyll new` command, there will be `index.markdown` and `about.markdown` in the root directory of your site. Please be sure to remove them, otherwise they will overwrite the `index.html` and `_tabs/about.html` from this project, resulting in blank or messy pages. As an alternative, which we recommend, you can create a Jekyll site [**using the starter template**][use-starter] to save time copying files from the theme's gem. We've prepared everything you need there! diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index b3c0624..634d410 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -48,7 +48,7 @@ And then copy the critical files (for details, see [starter project][starter]) f > ⚠️ **Watch out for duplicate files!** > -If your Jekyll site is created by the `jekyll new` command, there will be `index.markdown` and `about.markdown` in the root directory of your site. Please be sure to remove them, otherwise they will overwrite the `index.html` and `_tabs/about.html` from this project, resulting in blank or messy pages. +> If your Jekyll site is created by the `jekyll new` command, there will be `index.markdown` and `about.markdown` in the root directory of your site. Please be sure to remove them, otherwise they will overwrite the `index.html` and `_tabs/about.html` from this project, resulting in blank or messy pages. As an alternative, which we recommend, you can create a Jekyll site [**using the starter template**][use-starter] to save time copying files from the theme's gem. We've prepared everything you need there! diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index ea50928..4c41d60 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -96,7 +96,7 @@ $ cd "$(bundle info --path jekyll-theme-chirpy)" > ⚠️ **留意重叠的文件!** > -如果您的网站是通过命令 `jekyll new` 创建的,那么站点的根目录会存在文件 `index.markdown` 和 `about.markdown`。 请务必删除它们, 否则在网站构建后将覆盖主题的 `index.html` 和 `_tabs/about.html`,引起空白或错乱的页面出现。 +> 如果您的网站是通过命令 `jekyll new` 创建的,那么站点的根目录会存在文件 `index.markdown` 和 `about.markdown`。 请务必删除它们, 否则在网站构建后将覆盖主题的 `index.html` 和 `_tabs/about.html`,引起空白或错乱的页面出现。 作为替代方案,同时也被我们力荐,您可以 [使用 starter template][use-starter] 来快速创建 Jekyll 站点,以省去复制主题 gem 文件的时间。那里早已为您准备好建站需要的一切!