diff --git a/_site/README.md b/_site/README.md
index a8774f97..e9243426 100644
--- a/_site/README.md
+++ b/_site/README.md
@@ -20,20 +20,25 @@ bower install
* Serve files
```
jekyll serve
+# Serve starts a small webserver with your site on http://localhost:4000 for testing
+```
+* Build files
+```
+jekyll build
+# Build generates the HTML/JS/CSS into _site/
+```
+* Commit/Push changes to master or other branch. **NOTE** Optimally, all changes would be done in a separated branch and then merged per Pull-Request into master.
+```
+git add --all .
+git commit -m "Changed this and that"
+git push
```
### Deployment
-* Build files
-```
-jekyll build
-```
-* SSH into scopesessions.org and pull the changes from master
+* SSH into scopesessions.org and pull the changes from master.
```
cd /var/www/vhosts/scopesessions.org
+git checkout master
git pull
```
-
-**NOTE:** There are two branches:
-* master: production code, always keep functional and error-free
-* dev: development branch, merge to master when production-ready
diff --git a/_site/feed.xml b/_site/feed.xml
index 83e9ed04..a315e3e8 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -6,8 +6,8 @@
http://scopesessions.org/
- Thu, 16 Apr 2015 12:46:17 +0200
- Thu, 16 Apr 2015 12:46:17 +0200
+ Thu, 16 Apr 2015 13:30:24 +0200
+ Thu, 16 Apr 2015 13:30:24 +0200Jekyll v2.5.2