portails/content/docs/basic-hyas/deployment.md

810 B

title description lead date lastmod draft images menu weight toc
Deployment Deployment Hyas. Hyas is optimized for deployment to Netlify, but you can use any other static web host if you prefer. 2020-04-20T12:46:25+02:00 2020-04-20T12:46:25+02:00 false
docs
parent
basic-hyas
160 true
yarn build

Netlify

See also: [Netlify]({{< ref "netlify" >}}).

Netlify Drop

Netlify Drop lets you deploy a website with simply drag & drop.

  • Run yarn build in your project folder.
  • This will generate a public folder where your generated site is located.
  • Visit Netlify Drop and drop the public folder there.

Other hosting options

See the Hugo Docs: Hosting & Deployment.