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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2019-02-17 09:55:16 +0300
committerRobert Austin <rob@jugglerdigital.com>2019-02-17 09:55:16 +0300
commitdcdde20b7cce91da456d52396610c8cb4794a531 (patch)
treeeeb1bdacd249b60dc353150734a2ffa0f96b1589 /netlify.toml
first commit
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..cad2173
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.51"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "/" \ No newline at end of file