Skip to content

Commit

Permalink
docs: explain PATH for new command
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Dec 10, 2019
1 parent 96e2ea1 commit 7ad84ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ad84ef

Please sign in to comment.