You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if UCSB Carpentry has considered getting IT to give it a UCSB domain name?
Something like carpentry.ucsb.edu? Or carpentry.library.ucsb.edu? The benefits of this is having an official UCSB domain instead of relying for one under github.io.
The process is very straighforward:
Contact IT to request a subdomain like the 2 suggested above.
Request them to create a CNAME entry in their DNS that points ucsbcarpentry.github.io to the new domain.
Create a file called CNAME in the root of this repository containing just the domain name. Example CNAME contents:
If we decide we want carpentry.library.ucsb.edu the approval process is within the Library's IT organization and is typically pretty easy.
If we decide we want carpentry.ucsb.edu the approval process is a bit more involved. An informal request for comment gets circulated and then any unit on campus can object.
I want to bring this back @josenino95@srerickson. I think it would be highly beneficial to get a formal URL for the website. If there are issues with getting a ucsb.edu one, domain names are pretty cheap (so much so that I wouldn't mind paying for one myself in this case indefinitely and have done so for other orgs).
I was wondering if UCSB Carpentry has considered getting IT to give it a UCSB domain name?
Something like
carpentry.ucsb.edu
? Orcarpentry.library.ucsb.edu
? The benefits of this is having an official UCSB domain instead of relying for one undergithub.io
.The process is very straighforward:
CNAME
entry in their DNS that pointsucsbcarpentry.github.io
to the new domain.CNAME
in the root of this repository containing just the domain name. ExampleCNAME
contents:More information about the gist of this can be found here: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site
The text was updated successfully, but these errors were encountered: