Connect to GitHub Pages
Use your ARC.BD subdomain as a custom domain for your GitHub Pages repository.
Step 1: Configure ARC.BD DNS
Go to your ARC.BD Dashboard, select your domain, and add a CNAME record pointing to your GitHub pages URL:
Type: CNAME
Target: <your-username>.github.io
Target: <your-username>.github.io
Step 2: Add Custom Domain in GitHub
- Go to your repository on GitHub.
- Navigate to Settings > Pages.
- Under "Custom domain", type your ARC.BD subdomain (e.g.,
repo.arc.bd). - Click Save. GitHub will perform a DNS check.
- Once the DNS check passes, check the "Enforce HTTPS" box.