Your site is automatically available at:
KitsuPage looks for your files in this order:
1. First, it checks for a 'pages' branch
2. If no 'pages' branch exists, it tries to use 'main' or 'master'
3. You can also specify a custom branch:
{username}.kitsu.page/{repo}How it works:
KitsuPage looks for your files in this order:
1. First, it checks for a 'pages' branch
2. If no 'pages' branch exists, it tries to use 'main' or 'master'
3. You can also specify a custom branch:
{username}.kitsu.page/{repo}/@{branch}
Want to use your custom domain?
Step 1: Create a
Step 2: Add DNS records with your domain provider:
For subdomains (www.example.com):
For apex domains (example.com):
Replace the bracketed placeholders with your actual values. The trailing dot is important!
Step 1: Create a
.domainsfile in your repo with your domain name inside it.
Step 2: Add DNS records with your domain provider:
For subdomains (www.example.com):
CNAME www [[branch.]repo.]user.kitsu.page.
For apex domains (example.com):
ALIAS @ kitsu.page. TXT @ [[branch.]repo.]user.kitsu.page
Replace the bracketed placeholders with your actual values. The trailing dot is important!