Deployment
Deploy your Hugo Saasify site to various platforms.
Netlify
The easiest way to deploy:
- Push your site to GitHub
- Connect your repo to Netlify
- Set build command:
hugo --minify - Set publish directory:
public
Vercel
Deploy with Vercel:
|
|
GitHub Pages
Deploy to GitHub Pages:
- Configure
baseURLin your config - Build with
hugo --minify - Push
publicdirectory to gh-pages branch
Self-Hosting
Build your site:
|
|
Upload the public directory to your web server.