Skip to content

Subdomain Determination

Steve Kemp edited this page May 30, 2015 · 8 revisions

to make a pull request you have to determine a valid subdomain for your GitHub Page in advance.

User-/Organisation Page

if your GitHub URL looks like "foo.github.io" you should request the subdomain "foo"

Project Page

for a GitHub URL like "foo.github.io/bar", the subdomain "foo" or "bar" are possible

Exceptions

The requested subdomain should match your username or the name of your project as close as possible, exceptions are possible for the sake of clarity, e.g.:

  • "foojs" > "foo"
  • "foo42" > "foo"
  • "Foo" > "foo"
  • "foo-lib" > "foo"
Clone this wiki locally