$ git clone [email protected]:anodejs/anodejs.github.com.git blog
$ cd blog
$ cd blog
$ git fetch origin
$ git rebase origin/master
$ node build.js
Build will modify two files:
index.html
- that's the siterss.xml
- the rss feed
$ git commit -am '<put your message here'
$ git fetch origin # to make sure we are rebased
$ git rebase origin/master
$ git push origin master