Change word (#8265)

Merge pull request 8265
This commit is contained in:
HonkingGoose 2020-06-24 14:02:25 +02:00 committed by GitHub
parent 5446e0ed54
commit 3f6e230d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Typically you'll use `jekyll serve` while developing locally and `jekyll build`
For a full list of options and their argument, see [Build Command Options](/docs/configuration/options/#build-command-options). For a full list of options and their argument, see [Build Command Options](/docs/configuration/options/#build-command-options).
Here is some of the most common commands: Here are some of the most common commands:
* `jekyll new PATH` - Creates a new Jekyll site with default gem-based theme at specified path. The directories will be created as necessary. * `jekyll new PATH` - Creates a new Jekyll site with default gem-based theme at specified path. The directories will be created as necessary.
* `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at specified path. * `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at specified path.