Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/docs/basic-hyas/deployment.md')
-rw-r--r--content/docs/basic-hyas/deployment.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/content/docs/basic-hyas/deployment.md b/content/docs/basic-hyas/deployment.md
new file mode 100644
index 0000000..6c8c95f
--- /dev/null
+++ b/content/docs/basic-hyas/deployment.md
@@ -0,0 +1,34 @@
+---
+title: "Deployment"
+description: "Deployment Hyas."
+lead: "Hyas is optimized for deployment to Netlify, but you can use any other static web host if you prefer."
+date: 2020-04-20T12:46:25+02:00
+lastmod: 2020-04-20T12:46:25+02:00
+draft: false
+images: []
+menu:
+ docs:
+ parent: "basic-hyas"
+weight: 160
+toc: true
+---
+
+```bash
+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](https://app.netlify.com/drop) and drop the `public` folder there.
+
+## Other hosting options
+
+See the Hugo Docs: [Hosting & Deployment](https://gohugo.io/hosting-and-deployment/).