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
parent58b9b26e33ae464f1f99ace77a1ef85cf3eb424a (diff)
Comment out theme line in example site config
-rw-r--r--exampleSite/config.toml2
-rw-r--r--netlify.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 285d9d2..7ef806c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "https://example.com"
languageCode = "en-us"
title = "Some Title"
-theme = "minimal-bootstrap-hugo-theme"
+# theme = "minimal-bootstrap-hugo-theme"
enableGitInfo = false
[permalinks]
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