Skip to content

Commit e6b807e

Browse files
committed
Update README to v4.0.0
1 parent 15f6f71 commit e6b807e

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@
55

66
The startup template for [**Jekyll Theme Chirpy**][chirpy].
77

8-
When installing the Chirpy through [RubyGems][gem], Jekyll can only read files in the folders `_includes`, `_layout`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file from the theme's gem (use the command `bundle info --path jekyll-theme-chirpy` to locate). To fully use all the features of Chirpy, you also need to copy other critical files/directories from the theme's gem to your Jekyll site.
8+
When installing the **Chirpy** theme through [RubyGems][gem], Jekyll can only read files in the folders `_includes`, `_layout`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file from the theme's gem. (You can find the gem files by using the command `bundle info --path jekyll-theme-chirpy`). To fully use all the features of **Chirpy**, you need to copy the other critical files/directories from the theme's gem to your Jekyll site.
9+
10+
The key files/directories to run/build the **Chirpy** theme are as follows:
911

1012
```shell
11-
# The critical files/directories to run Chirpy theme
13+
.
1214
├── _data
1315
├── _plugins
1416
├── _tabs
1517
├── _config.yml
16-
├── app.js
17-
├── feed.xml
18-
├── index.html
19-
├── robots.txt
20-
├── sw.js
21-
└── 404.html
18+
└── index.html
2219
```
2320

24-
We extracted all the necessary content of **Chirpy** theme's gem to help you quickly use the theme.
21+
So we've extracted all the **Chirpy** gem necessary content here to help you get started quickly.
2522

2623
## Installation
2724

0 commit comments

Comments
 (0)