feat: rename repo to wowchemy-hugo-themes

Except repo name in module names as that would be a breaking change
This commit is contained in:
George Cushen 2021-10-04 12:18:12 +01:00
commit 64c3c7e8a2
26 changed files with 59 additions and 55 deletions

View file

@ -2,4 +2,4 @@
# Generate preprocessed resources for demo site whilst also removing disused resources.
# Run this script from the root Wowchemy dir.
HUGO_THEME=wowchemy-hugo-modules hugo --source exampleSite --themesDir ../../ --gc
HUGO_THEME=wowchemy-hugo-themes hugo --source exampleSite --themesDir ../../ --gc

4
scripts/rm_hugo_cache.sh Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Clear Hugo's cache on MacOS (assumes default path)
sudo rm -rf $TMPDIR/hugo_cache/

View file

@ -2,7 +2,7 @@
# View the demo site on any local devices by binding the local IP on port 1315.
# Run this script from the root Wowchemy dir.
HUGO_THEME=wowchemy-hugo-modules hugo \
HUGO_THEME=wowchemy-hugo-themes hugo \
--source exampleSite --themesDir ../../ \
--bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 \
--i18n-warnings --minify -e "development" \