1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-22 02:48:15 +00:00

docs: fix typos in tutorial

This commit is contained in:
Cotes Chung
2026-03-14 18:57:52 +08:00
parent fe968a7701
commit 8fd56560a4
3 changed files with 10 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ For Unix-like systems, you can set up the environment natively for optimal perfo
1. Follow the [Jekyll installation guide](https://jekyllrb.com/docs/installation/) to install Jekyll and ensure [Git](https://git-scm.com/) is installed.
2. Clone your repository to your local machine.
3. If you forked the theme, install [Node.js][nodejs] and run `bash tools/init.sh` in the root directory to initialize the repository.
4. Run command `bundle` in the root of your repository to install the dependencies.
4. Run command `bundle install` in the root of your repository to install the dependencies.
## Usage
@@ -105,7 +105,7 @@ Before deploying, check the `_config.yml`{: .filepath} file and ensure the `url`
Now you can choose _ONE_ of the following methods to deploy your Jekyll site.
### Deploy Using Github Actions
### Deploy Using GitHub Actions
Prepare the following: