Merge pull request #5791 from DirtyF/fix-note

Merge pull request 5791
This commit is contained in:
jekyllbot 2017-01-17 14:55:59 -05:00 committed by GitHub
commit aa9cb1524c
1 changed files with 2 additions and 3 deletions

View File

@ -43,9 +43,8 @@ If you encounter any unexpected errors during the above, please refer to the alr
* To learn about other parameters you can include with `jekyll new`, type `jekyll new --help`. * To learn about other parameters you can include with `jekyll new`, type `jekyll new --help`.
When in doubt, use the <code>help</code> command to remind you of all available options and usage, it also works with the <code>new</code>, <code>build</code> and <code>serve</code> subcommands, e.g. <code>jekyll help new</code> or <code>jekyll help build</code>. When in doubt, use the <code>help</code> command to remind you of all available options and usage, it also works with the <code>new</code>, <code>build</code> and <code>serve</code> subcommands, e.g. <code>jekyll help new</code> or <code>jekyll help build</code>.
{: .info } {: .note .info }
## Next steps ## Next steps
Building a Jekyll site with the default theme is just the first step. The real magic happens when you start creating blog posts, using the front matter to control templates and layouts, and taking advantage of all the awesome configuration options Jekyll makes available. Building a Jekyll site with the default theme is just the first step. The real magic happens when you start creating blog posts, using the front matter to control templates and layouts, and taking advantage of all the awesome configuration options Jekyll makes available.