docs: explain PATH for new command

This commit is contained in:
Frank Taillandier 2019-12-10 13:55:45 +01:00 committed by GitHub
parent 96e2ea1ad0
commit 7ad84ef3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ The Jekyll gem makes a `jekyll` executable available to you in your terminal.
You can use this command in a number of ways:
* `jekyll new PATH` - Creates a new Jekyll site with default gem-based theme at `./some/path`. The directories will be created as necessary.
* `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at path `./some/path`.
* `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 build` or `jekyll b` - Performs a one off build your site to `./_site` (by default)
* `jekyll serve` or `jekyll s` - Builds your site any time a source file changes and serves it locally
* `jekyll doctor` - Outputs any deprecation or configuration issues