mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
Merge pull request #3672 from chrisfinazzo/remove-extra-space
Remove extra space
This commit is contained in:
@@ -80,7 +80,7 @@ and add a new markdown file to it. To preview your new post, simply run the
|
||||
Rather than passing individual flags via the command line, you can now pass
|
||||
an entire custom Jekyll config file. This helps to distinguish between
|
||||
environments, or lets you programmatically override user-specified
|
||||
defaults. Simply add the `--config` flag to the `jekyll` command, followed
|
||||
defaults. Simply add the `--config` flag to the `jekyll` command, followed
|
||||
by the path to one or more config files (comma-delimited, no spaces).
|
||||
|
||||
#### As a result, the following command line flags are now deprecated:
|
||||
|
||||
Reference in New Issue
Block a user