From 232ff14fe78211ab94af10eecf41b2b7e30e5f10 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 8 Aug 2013 13:36:04 -0400 Subject: [PATCH] Add pro-tip about removing the gh-pages branch when cloning the repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cad1bd..91f73e2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ General notes and suggestions for customizing So Simple Theme. 5. Check out the sample posts in `_posts` to see examples for pulling in large feature images, assigning categories and tags, and other YAML data. 6. Read the documentation below for further customization pointers and documentation. +**Pro-tip:** Good idea to delete the `gh-pages` branch after cloning and start fresh by branching off `master`. There is a bunch of garbage in `gh-pages` used for the theme demo site that I'm guessing you don't want. + --- ## Setup for Existing Jekyll site