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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-07-26 02:34:52 +0300
committervjeantet <valere.jeantet@gmail.com>2020-07-26 02:34:52 +0300
commiteb4669aa44974a883e597a13b58499abf21d8430 (patch)
tree741e883af0c46b97a6cdc41b1c81a98457262b44 /netlify.toml
parent94c331d593322c1efcdaf67aaf9068d97820926a (diff)
netlify
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 950a6bb..8b31dda 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
- command = '''hugo -s exampleSite --config "exampleSite/config.toml"'''
+ command = "hugo -s exampleSite --config config.toml"
[context.production.environment]
HUGO_VERSION = "0.74.3"