Domains Directory
Domains Directory
This directory contains all domain configuration files.
Structure
domains/
├── examples/ # Example configurations for reference
│ ├── vercel-example.json
│ ├── netlify-example.json
│ ├── github-pages-example.json
│ └── cloudflare-example.json
├── yourname.json # Your domain configuration file
└── another-user.json # Other domain configurations
How to Add Your Domain
- Create a new JSON file named after your subdomain
- Follow the format shown in the examples
- Validate using:
python scripts/validate.py domains/yourname.json - Submit via Pull Request
File Naming Convention
- Use lowercase letters only
- Use hyphens for spaces (e.g.,
john-doe.json) - No special characters except hyphens
- Must match the subdomain field in the JSON
Need Help?
Check the examples directory for reference configurations.