You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Keim 71d9516379
Update CONTRIBUTING.md
6 years ago
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 9 years ago
.gitignore gitignore 9 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 6 years ago
PULL_REQUEST_TEMPLATE.md Update pull request template to use checkboxes 6 years ago
README.md Update README.md 6 years ago
cnames_active.js update cname for wiki.js 6 years ago
cnames_restricted.js Update cnames_restricted.js 6 years ago

README.md

JS.ORG Logo

JS.ORG

To get a short and sleek subdomain for your own GitHub Page follow these 4 Steps:

Step 1

If you haven't already, now it's time to log in to your GitHub account and set up your GitHub Page following the instructions here. To get a head start you can simply use the generator with one of the provided themes and add some reasonable content to your new page.

Step 2

Now determine your js.org subdomain: either choose your username or the name of your repo according to the existing GitHub Pages URL (for http://foo.github.io/bar, either foo.js.org or bar.js.org would be possible). More details in the wiki.

Step 3

Add a file named CNAME to your repo (in the gh-pages branch for project pages) with a single line matching the domain you have chosen (e.g. foo.js.org). If you prefer a webinterface form, have a look at GitHub Pages Help.

Step 4

To finish the procedure, make a pull request in this GitHub repository that adds your subdomain to the list of existing JS.ORG domains. Your new URL should go live within 24 hours (keep an eye on your pull request in case of a naming conflict).