Use stasis to manage your github page
This Rakefile provides a couple handy methods for using stasis on github pages to use simple copy to a new directory to be used as the base for your github page
$ mkdir USERNAME.github.com
$ cd USERNAME.github.com
$ curl https://raw.github.com/sideshowcoder/github-stasis/master/Rakefile > Rakefile
$ rake setup_repository_for_github_user_page
Now create a repository named accordingly on github and point the origin to it. Thats it! Ready to publish using stasis, as an example see sideshowcoder github page repository
rake setup_repository_for_github_user_page
initialize the repository as needed
rake publish
publish a new version of the site from whatever is generated by stasis
rake development (default so just run rake)
run a stasis development server ready on port 3000 locally
MIT
Author: Philipp Fehre Github: @sideshowcoder Twitter: @ischi