/DynamicPages

An automated website for dynamic github pages

Primary LanguageCSSMIT LicenseMIT

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.

  1. Enter git.js
  2. delete the top line:
var url = window.location.href.split(".")[0];
  1. replace it with this:
var url = "YOUR_USER_NAME";

Where YOUR_USER_NAME is your GitHub user name.

  1. Repeat for user.js