Deployment
While this template can be deployed on various platforms, deploying on Vercel is highly recommended for optimal performance and ease of use.
Vercel
Vercel is a platform that allows you to deploy your website easily. The free plan is enough for hosting a portfolio website, otherwise you are too famous.
To deploy this template on Vercel, you can click the button below:
This will create a copy of the repository in your GitHub account and automatically deploy it to Vercel. Any changes you push to the repository will automatically trigger a new deployment, keeping your site up-to-date.
More information can be found in the Vercel documentation .
Domain Binding
To bind a custom domain to your website, you can follow the steps below:
- Go to the Vercel dashboard and select your project.
- Click on “Domains”.
- Click on “Add Domain” and enter your domain name (e.g.
yourname.com). - Click on “Save” to add the domain.
- Add the DNS records to your domain registrar.
Then you can access your website at https://yourname.com.
Buying a domain
If you don’t have a domain, you can buy one from a domain registrar.
There are many domain registrars available, with Cloudflare being a popular and user-friendly choice. Domain names with newer top-level domains like .app or .dev are relatively affordable, typically costing between $10-$20 per year.
After buying a domain, you can add DNS records to your domain registrar:
- Go to the Dashboard of
Cloudflareand select your domain. - Click on “DNS” in the left sidebar.
- Click on “Add Record”.
- Add Type
AandCNAMErecords according to the Vercel instructions. Uncheck the “proxied”. - Click on “Save” to save the changes.