Template repository for WikiPathways subdomains
Subdomain redirect strategy for communities (portals), etc.
- Create new repo from the community-subdomain-template
- Add
CNAME
file with desired subdomain name. Create manually or use Settings/Pages - Edit the index.html file with redirect details
- In CloudFlare, add CNAME record to cloudflare with name = subdomain (e.g.,
cptac
), target =wikipathways.github.io
and proxy =DNS only
- Back at the repo, go to Settings/Pages, choose the
main
branch, enter the custom domain, and enforce HTTPS
The DNS will direct sudomain traffic to the target GitHub org and then GitHub will manage the final direction to the repo containing the matching CNAME file. The repo can contain web content or a simple index.html file with redirect info (like this example).