Include path in jekyll new commands (Usage docs) (#7931)

Merge pull request 7931
This commit is contained in:
Muhammed Salih 2019-12-10 10:20:08 +00:00 committed by jekyllbot
parent 866ff6a07d
commit c3dc576e3c
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: You can use this command in a number of ways:
* `jekyll new` - Creates a new Jekyll site with default gem-based theme * `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 --blank` - Creates a new blank Jekyll site scaffold * `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at path `./some/path`.
* `jekyll build` or `jekyll b` - Performs a one off build your site to `./_site` (by default) * `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 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 * `jekyll doctor` - Outputs any deprecation or configuration issues