mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
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:
parent
c7616ab568
commit
64c3c7e8a2
26 changed files with 59 additions and 55 deletions
|
@ -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
4
scripts/rm_hugo_cache.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Clear Hugo's cache on MacOS (assumes default path)
|
||||
sudo rm -rf $TMPDIR/hugo_cache/
|
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue