aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-10-06 19:10:59 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-10-06 19:10:59 -0400
commit67d2f75a4f1a154efa851fb98e0dcf8fa346dce7 (patch)
tree5026f14c267d3ee5816e34874595ddfd47114312 /README.md
parent9826c6c3db45aaa376bcec1f24773594bb69a4af (diff)
downloadkompetenzbolzen.github.io-67d2f75a4f1a154efa851fb98e0dcf8fa346dce7.tar.gz
Updated readme installation steps to use GitHub Pages :gem:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5a95114..ace854d 100644
--- a/README.md
+++ b/README.md
@@ -49,11 +49,10 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
## 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.
+2. Install Jekyll and the same plug-ins as GitHub Pages `gem install github-pages`
+3. Serve the site and watch for markup/sass changes `jekyll serve`
+4. View your website at http://0.0.0.0:4000
+5. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
## Moar!