diff --git a/README.md b/README.md index 6ab91fb..51b284a 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,8 @@ jekyll-theme-chirpy/ ├── _layouts ├── _posts # posts stay here ├── _scripts -│ └── travis # CI stuff, remove it -├── .travis.yml # remove this, too -├── .github # remove it +├── .travis.yml # remove it +├── .github # remove this, too ├── assets ├── tabs │   └── about.md # the ABOUT page @@ -117,7 +116,6 @@ As mentioned above, some files or directories should be removed from your repo: - .travis.yml - .github -- _scripts/travis ### Customization diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 803c22b..9584730 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -46,9 +46,8 @@ jekyll-theme-chirpy/ ├── _layouts ├── _posts # posts stay here ├── _scripts -│ └── travis # CI stuff, remove it -├── .travis.yml # remove this, too -├── .github # remove it +├── .travis.yml # remove it +├── .github # remove this, too ├── assets ├── tabs │   └── about.md # the ABOUT page @@ -70,7 +69,6 @@ As mentioned above, some files or directories should be removed from your repo: - .travis.yml - .github -- _scripts/travis ## Configuration diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 76a1c74..0deb486 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -91,9 +91,8 @@ jekyll-theme-chirpy/ ├── _layouts ├── _posts # posts stay here ├── _scripts -│ └── travis # CI stuff, remove it -├── .travis.yml # remove this, too -├── .github # remove it +├── .travis.yml # remove it +├── .github # remove this, too ├── assets ├── tabs │   └── about.md # the ABOUT page @@ -116,7 +115,6 @@ jekyll-theme-chirpy/ - .travis.yml - .github -- _scripts/travis ### 配置文件