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

github.com/zwbetz-gh/vanilla-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>2019-01-04 18:29:22 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-04 18:29:22 +0300
commit2d1e716c12c8933d665744b84cb2cf06e5584041 (patch)
treed83c02ffd609ce0e9f6d64876e157c6031b98434
parent481fa480987ad13722c3013a11e3f5bf44049ccf (diff)
Update command to run example site
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 51f0001..b8d3c47 100644
--- a/README.md
+++ b/README.md
@@ -46,16 +46,10 @@ git submodule update --remote --merge
## Run Example Site
-From the root of `vanilla-bootstrap-hugo-theme`:
+From the root of `themes/vanilla-bootstrap-hugo-theme/exampleSite`:
```
-hugo server \
---gc \
---renderToDisk \
---source exampleSite \
---config exampleSite/config.yaml \
---themesDir ../.. \
---theme vanilla-bootstrap-hugo-theme
+hugo server --themesDir ../.. -t vanilla-bootstrap-hugo-theme
```
## Configuration