Include path in jekyll new commands (Usage docs) (#7931)
Merge pull request 7931
This commit is contained in:
parent
866ff6a07d
commit
c3dc576e3c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue