Skip to content

sideshowcoder/github-stasis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

github-stasis

Use stasis to manage your github page

Usage

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

Methods

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

License

MIT

Author: Philipp Fehre Github: @sideshowcoder Twitter: @ischi

About

Use stasis to manage your github page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages