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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-11-27 08:32:33 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-27 08:32:33 +0300
commit8719afbea01dd06594cd1e9cd8f7a445584e65ea (patch)
tree89604992490b1fcd857835810266fbffc2357c42 /netlify.toml
parent58b9b26e33ae464f1f99ace77a1ef85cf3eb424a (diff)
Comment out theme line in example site config
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 105aa95..69a312d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
-command = "tree && hugo --source exampleSite --config exampleSite/config.toml --themesDir /opt/build --theme repo && tree"
+command = "pwd && tree && hugo --source exampleSite --config exampleSite/config.toml --themesDir /opt/build --theme repo && tree"
[build.environment]
HUGO_VERSION = "0.51" \ No newline at end of file