Skip to content

Subdomain Determination

indus edited this page Apr 8, 2015 · 8 revisions

to make a pull request you have to determin 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, execeptions are possible for the sake of clarity, e.g.:

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