docs: explain PATH for new command
This commit is contained in:
		
							parent
							
								
									96e2ea1ad0
								
							
						
					
					
						commit
						7ad84ef3c5
					
				|  | @ -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 PATH` - Creates a new Jekyll site with default gem-based theme at `./some/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 path `./some/path`. | * `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 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