On this page
Basics
Render
Deploy your Thulite project to Render, a platform for building sites with free TLS certificates, a global CDN, DDoS protection, private networks, and auto-deploys from Git.
How to deploy
- Create a render.com account and sign in
- In your dashboard, click New+ and select Static Site.
- Connect your GitHub or GitLab repository, or enter the URL of a public repository.
Name your site, select the branch, and set the build command and publish directory:
- build command:
npm run build - publish directory:
public - Environment variables (advanced): By default, Render uses Node.js 14.17.0, but Thulite
requires a higher version. Add an environment variable with the key
NODE_VERSIONand a value of24.0.4or higher to use a compatible Node.js version. Alternatively, add a.node-versionor.nvmrcfile to specify a Node.js version.
- build command:
- Click Create Static Site.
Learn more
Host on Render
Official Hugo guide for deploying sites on Render.