mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
5 lines
234 B
Bash
Executable file
5 lines
234 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
# Generate preprocessed resources for demo site whilst also removing disused resources.
|
|
# Run this script from the root Hugo Blox dir.
|
|
HUGO_THEME=hugo-blox-builder hugo --source exampleSite --themesDir ../../ --gc
|