Skip to content

Subdomain Determination

Stefan Keim edited this page Sep 25, 2015 · 7 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 subdomains "foo" or "bar" are possible

Exceptions

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

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