From 6b624fb6994bd87e25a27ce436378faad173c12f Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Mon, 15 Apr 2013 16:12:54 -0400 Subject: [PATCH] upper case P dangit --- site/_posts/2012-07-01-upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index 3cdfcb2c..3399e24d 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -81,7 +81,7 @@ and add a new markdown file to it. To preview your new post, simply run the ### Baseurl Often, you'll want the ability to run a Jekyll site in multiple places, such as -previewing locally before pushing to GitHub pages. Jekyll 1.0 makes that +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