From 343d56dfe3b195cf6c7e84f46eb9178a56357ead Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Mon, 15 Apr 2013 16:09:02 -0400 Subject: [PATCH] hard wrap *all* the things! --- site/_posts/2012-07-01-upgrading.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index db430439..4d417ece 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -9,7 +9,9 @@ Upgrading from an older version of Jekyll? A few things have changed in 1.0.
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.

+

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.

### The Jekyll Command @@ -83,5 +85,5 @@ previewing locally before pushing to GitHub pages. Jekyll 1.0 makes that easier with the new `--baseurl` flag. Throughout your Jekyll site, simply prefix relative urls with `{{ site.baseurl }}` and add the production `baseurl` to your `_config.yml` file. When previewing locally, Jekyll will swap in whatever -you pass along via the `--baseurl` flag (most likely `/`), ensuring your links -remain true in both environments. \ No newline at end of file +you pass along via the `--baseurl` flag (most likely `/`), ensuring your +links remain true in both environments. \ No newline at end of file