From 2d1e716c12c8933d665744b84cb2cf06e5584041 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Fri, 4 Jan 2019 09:29:22 -0600 Subject: Update command to run example site --- README.md | 10 ++-------- 1 file 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 -- cgit v1.2.3