html - GitHub Organization Pages without named repository -


Creating a website for a GitHub organization (using GitHub pages) without creating a repository with the same name possible?

For example, for organization CompPyrol , I have created a repository named comppyrol.github.io as the organization. HTML and CSS files for the website are located in this repository. That's why the website is located on the website http://comppyrol.github.io . It works but I was hoping to use GitHub pages for an organization to create a repository for the website. I know that you can make an orphaned branch gh-pages for web files, but it seems that for a complete repository or project, not for the entire organization page.

Enter image details here

< div class = "post-text" itemprop = "text">

It is not possible that Geethhub is quite clear:

User & amp; Organization page

User & amp; Organization Pages live in a special repository dedicated to GITHeb page files. You must name the name of this store with the account name, e.g.

  • You should use the username / username.github.io naming scheme.
  • Content from the Master branch will be used to create and publish your site page.

    Update:

    The GitHub page was used as the subdomain of Gitub. com , but. Some repositories are still installed using the old naming, but now it is hosted on the new domain:

    Changes to the GitHub repository:

    • The user page repository can now be nominated using the new username / username.github.io convention or the old username / username.github.com conference.
    • Existing user page treasures named username / username.github.com are not required and will be published indefinitely.
    • If both the username.github.io and username.github.com repository are present, username.github.io The version wins.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -