This commit is contained in:
Cotes Chung 2021-07-22 01:30:12 +08:00
parent b7a483680e
commit 49dc866bd8
3 changed files with 3 additions and 3 deletions

View File

@ -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!

View File

@ -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!

View File

@ -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 文件的时间。那里早已为您准备好建站需要的一切!