symphonycms / docs.getsymphony.com

The official repository for the Symphony CMS documentation site
2 stars 2 forks source link

Organization GitHub-hosted pages #12

Open bernardodiasc opened 9 years ago

bernardodiasc commented 9 years ago

From http://jekyllrb.com/docs/github-pages/#user-and-organization-pages:

User and organization pages live in a special GitHub repository dedicated to only the GitHub Pages files. This repository must be named after the account name.

and

Custom domains do not affect repository names GitHub Pages are initially configured to live under the username.github.io subdomain, which is why repositories must be named this way even if a custom domain is being used.

So, currently we are using https://symphonycms.github.io/docs.getsymphony.com for this site, we can make it simpler by changing this repo name to symphonycms.github.io, and using the master branch instead, this will result being https://symphonycms.github.io/.

What do you think?

/cc @brendo @nilshoerrmann @allen

bernardodiasc commented 9 years ago

By the way, after change the name of a repository, GitHub makes redirects automaticaly.

bernardodiasc commented 9 years ago

Or just ignore this request and when ready, move this code to https://github.com/symphonycms/symphony-2/tree/gh-pages

johnpuddephatt commented 9 years ago

if the site is going to live at docs.getsymphony.com, does this still make sense?

nitriques commented 9 years ago

if the site is going to live at docs.getsymphony.com, does this still make sense?

I do not think it does. the CNAME file is easy to configure.

allen commented 9 years ago

Whenever you need me to do this update, just give me a yell and I can put it through.