You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-08-09-getting-started.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ Follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installat
21
21
22
22
There are two ways to create a new repository for this theme:
23
23
24
-
-[**Using the Chirpy Starter**](#option-1-using-the-chirpy-starter)- Easy to upgrade, isolates irrelevant project files so you can focus on writing.
25
-
-[**GitHub Fork**](#option-2-github-fork)- Convenient for custom development, but difficult to upgrade. Unless you are familiar with Jekyll and are determined to tweak or contribute to this project, this approach is not recommended.
24
+
-[**Using the Chirpy Starter**](#option-1-using-the-chirpy-starter)— Easy to upgrade, isolates irrelevant project files so you can focus on writing.
25
+
-[**GitHub Fork**](#option-2-github-fork)— Convenient for custom development, but difficult to upgrade. Unless you are familiar with Jekyll and are determined to tweak or contribute to this project, this approach is not recommended.
26
26
27
27
#### Option 1. Using the Chirpy Starter
28
28
@@ -32,7 +32,7 @@ Sign in to GitHub and browse to [**Chirpy Starter**][starter], click the button
32
32
33
33
Sign in to GitHub to [fork **Chirpy**](https://github.com/cotes2020/jekyll-theme-chirpy/fork), and then rename it to `USERNAME.github.io` (`USERNAME` means your username).
34
34
35
-
Next, clone your site to local machine. In order to build JavaScript files later, we need to install[Node.js][nodejs], and then run the tool:
35
+
Next, clone the repository to your local machine, make sure it has[Node.js][nodejs] installed, then go to the root directory of the repo and run the following command:
36
36
37
37
```console
38
38
$ bash tools/init
@@ -45,7 +45,7 @@ The above command will:
45
45
46
46
1. Check out the code to the [latest tag][latest-tag] (to ensure the stability of your site: as the code for the default branch is under development).
47
47
2. Remove non-essential sample files and take care of GitHub-related files.
48
-
3. Build JavaScript files and export to `assets/js/dist/`{: .filepath }, then make them tracked by Git.
48
+
3. Build CSS/JS assets files and then make them tracked by Git.
49
49
4. Automatically create a new commit to save the changes above.
0 commit comments