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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Siegert <stephen.siegert@sas.com>2019-02-16 18:02:54 +0300
committerStephen Siegert <stephen.siegert@sas.com>2019-02-16 18:02:54 +0300
commitab04e99dbc679b842696f1503cf26f9aa5be1ed7 (patch)
tree0d63f72d19a1c07c0ca4b7c3f8c7bbe0b9da551a
parent00f83b6a0bc2a4283989882b00bf352be950d4e0 (diff)
add netlify toml
-rw-r--r--netlify.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..b5af0ca
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,7 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.54.0"
+ \ No newline at end of file