> On 6 Sep 2016, at 07:11, Jacob Bandes-Storch <[email protected]> wrote: > > Is it possible to have a repo named apple.github.io, and still allow > individual repos having their own pages (like > apple.github.io/swift-evolution)?
The `username.github.io` and `username.github.io/projectname` combination works for me. The `orgname.github.io` and `orgname.github.io/projectname` combination should also work (but I haven't tried it). <https://help.github.com/articles/user-organization-and-project-pages/> -- Ben _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
