1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: restore shell script extensions

Without an extension, the shell script configuration in `.gitattribute` will not work.
This commit is contained in:
Cotes Chung
2024-06-01 04:11:01 +08:00
parent 64ae7a3671
commit 1c5fa0880d
7 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ Sign in to GitHub to [fork **Chirpy**](https://github.com/cotes2020/jekyll-theme
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:
```console
$ bash tools/init
$ bash tools/init.sh
```
> If you don't want to deploy your site on GitHub Pages, append option `--no-gh` at the end of the above command.