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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroneo.org <roneo+dev@riseup.net>2021-07-11 11:59:24 +0300
committerroneo.org <roneo+dev@riseup.net>2021-07-11 11:59:24 +0300
commit8b3cc024a40028c549e06a2d9dcdef2961dcbc5b (patch)
treeb97f8f2fb78b0f4d64464b8b748da056f7cecee8
parent99ca240e9977196207da2e09c3804d3e98c14e57 (diff)
Add config for Netlify deploy
Ref: https://gohugo.io/hosting-and-deployment/hosting-on-netlify/
-rw-r--r--netlify.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..f248a9f
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.79.0"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "/"