mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-12 17:45:46 +00:00
6 lines
224 B
Bash
Executable File
6 lines
224 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 Academic dir.
|
|
HUGO_THEME=academic hugo --source exampleSite --themesDir ../../ --gc
|