mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
refactor: update remaining Academic refs
This commit is contained in:
parent
514d7a0e55
commit
c67339ac16
39 changed files with 44 additions and 45 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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 ../../
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue