refactor: update remaining Academic refs

This commit is contained in:
George Cushen 2020-09-26 23:16:52 +01:00
commit c67339ac16
39 changed files with 44 additions and 45 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env zsh
# Generate preprocessed resources for demo site whilst also removing disused resources.
# Run this script from the root Academic dir.
HUGO_THEME=academic hugo --source exampleSite --themesDir ../../ --gc
# Run this script from the root Wowchemy dir.
HUGO_THEME=wowchemy-hugo-modules hugo --source exampleSite --themesDir ../../ --gc

View file

@ -2,7 +2,7 @@
# List Available Language Packs
# Used for updating the Languages page of the documentation.
# https://sourcethemes.com/academic/
# https://wowchemy.com
#
# Prerequisites: pip3 install PyYAML

View file

@ -1,8 +1,8 @@
#!/usr/bin/env python3
# Sync Language Packs
# Script to synchronize each language pack's items against Academic's master pack (English).
# https://sourcethemes.com/academic/
# Script to synchronize each language pack's items against Wowchemy's master pack (English).
# https://wowchemy.com
#
# Prerequisites: pip3 install PyYAML
#

View file

@ -1,9 +1,11 @@
#!/usr/bin/env zsh
# View the demo site on any local devices by binding the local IP on port 1315.
# Run this script from the root Academic dir.
HUGO_THEME=academic hugo \
# Run this script from the root Wowchemy dir.
HUGO_THEME=wowchemy-hugo-modules hugo \
--source exampleSite --themesDir ../../ \
--bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 \
--i18n-warnings --minify -e "development" \
server
#HUGO_THEME=wowchemy-hugo hugo convert toYAML --unsafe --themesDir ../../