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
baseURL
in your config - Build with
hugo --minify
- Push
public
directory to gh-pages branch
Self-Hosting
Build your site:
|
|
Upload the public
directory to your web server.