Cutwell.GitHub.IO
Contributions
Found a language not included in lang.css? Make a pull-request!
Setting Ajax requests manually
If you intend to host this website on a none-github domain, you will need to set the Ajax requests manually.
- Enter git.js
- delete the top line:
var url = window.location.href.split(".")[0];
- replace it with this:
var url = "YOUR_USER_NAME";
Where YOUR_USER_NAME is your GitHub user name.
- Repeat for user.js