From 532adddbb8ece0b64e2dea3030040426d848e858 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Mon, 15 Apr 2013 12:02:06 -0400 Subject: [PATCH] quick shout out to jekyll new --- site/_posts/2012-07-01-upgrading.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index 6f6e4bca..f4992a92 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -14,6 +14,11 @@ and `jekyll --serve` to view it locally, now use the subcommands `jekyll build` and `jekyll serve` to do the same. And if you want Jekyll to automatically rebuild each time a file changes, just add the `--watch` flag at the end. +
+
Diving in
+

Want to get a new Jekyll site up and running quickly? Simply run `jekyll new [sitename]`, to create a new folder with a bare bones Jekyll site.

+
+ ### Custom Config File Rather than passing individual flags via the command line, you can now pass an