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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-08-25 00:03:13 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-08-25 00:03:13 +0300
commit0c791bdec911f226cbaeb030c63778364b291d51 (patch)
treee99c23efc37e13cb367ed066602014d6b721f30d /netlify.toml
parent62e8246357966b568ced6360a496f4bd3283f484 (diff)
test: add netlify.toml
Diffstat (limited to 'netlify.toml')
-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..0350ce5
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.74.3"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "$DEPLOY_PRIME_URL" \ No newline at end of file