Merge pull request #5222 from stkent/patch-1

Merge pull request 5222
This commit is contained in:
jekyllbot 2016-08-11 14:22:51 -07:00 committed by GitHub
commit a49a5dcf4e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Refer to your selected theme's documentation and source repository for more info
## Creating a theme
Jekyll themes are distributed as Ruby gems. Don't worry Jekyll will help you scaffold a new theme with the `new-theme` command. Just run `jekyll new-theme` with the theme name as an argument:
Jekyll themes are distributed as Ruby gems. Don't worry, Jekyll will help you scaffold a new theme with the `new-theme` command. Just run `jekyll new-theme` with the theme name as an argument:
{% highlight shell %}
jekyll new-theme my-awesome-theme