setting up a demo page on github

github, javascript, jquery

Solution

Try to look at github pages using custom domains: http://help.github.com/pages/

Custom Domains

Let’s say you own the domain name example.com. Furthermore, your GitHub username is “charlie” and you have published a User Page at http://charlie.github.com/. Now you’d like to load up http://example.com/ in your browser and have it show the content from http://charlie.github.com/

Problem

Is there a way to set up a demo page on a github project? I see people having demo pages on google code, is there any way to also do that on github? I only need it to do `html` `css` and `js` nothing server sided. I'm trying to set up a multi-page ajax plugin so jsfiddle won't really help.

Original source