aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-07-30 19:52:06 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-07-30 19:52:06 -0400
commit210d9770c9671f04cff4d75039644138d2785b7e (patch)
tree27f0c506e3d54daf7d04c7126a31b3e0919dc72d /README.md
parentc2d379cac670b45c4769f2126db79825c0570467 (diff)
downloadkompetenzbolzen.github.io-210d9770c9671f04cff4d75039644138d2785b7e.tar.gz
Added local development instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbc1d43..9d6263a 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,15 @@ It covers:
- Theming in Jekyll, with Liquid templating examples
- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections
+## Local Development
+
+1. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
+2. Install Jekyll `gem install jekyll`
+3. Install plug-ins that we use `gem install jemoji jekyll-sitemap`
+4. Serve the site and watch for markup/sass changes `jekyll serve --watch`
+5. View your website at http://0.0.0.0:4000
+6. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
+
## Jekyll Now Features
✓ Command-line free _fork-first workflow_, using GitHub.com to create, customize and post to your blog