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:27:45 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-27 08:27:45 +0300
commit58b9b26e33ae464f1f99ace77a1ef85cf3eb424a (patch)
treee7b3d29b0253ac3c301fde1cb9ccf29829f64a04
parenteff284adf1050422e95d56ca5a4ffa15c3be71ea (diff)
Add tree command
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 2ac94fa..105aa95 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
-command = "hugo --source exampleSite --config exampleSite/config.toml --themesDir /opt/build --theme repo"
+command = "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