From f18566b75288cfaee8f1abeeb7d5c787ca23b140 Mon Sep 17 00:00:00 2001 From: Digitalcraftsman Date: Fri, 12 Jun 2020 20:39:53 +0200 Subject: Update instructions for generating theme site in main README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b0594f..4f49342 100644 --- a/README.md +++ b/README.md @@ -190,8 +190,9 @@ Themes are updated automatically at: To test your theme with the Hugo Themes Site Build Script locally: - Clone this repo -- Add your theme from the root of the cloned repo with: `git submodule add ` - Navigate to the `_script/` directory e.g.`cd _script/` -- Then execute: `./generateThemeSite.sh http://localhost:1313 && hugo server -w=false -s hugoThemeSite/themeSite` -- Open `localhost:1313` in your browser and navigate to the theme. +- Then execute: `./reviewTheme.sh ` + - If a theme demo requires its own content structure to function or if it is meant for a specialist use case, whitelist it in [./generateThemeSite.sh](https://github.com/gohugoio/hugoThemes/blob/master/_script/generateThemeSite.sh) + - More information [here](https://github.com/gohugoio/hugoThemes/tree/master/_script/README.md#quick-build-for-theme-reviews--tests) +- Open `localhost:1313` in your browser and navigate to the theme - If your theme demo is not generated you can create an error report with: `./generateThemeSite.sh > errors.txt` -- cgit v1.2.3