infidel-cupper-theme/task_serve.sh
2022-11-14 23:16:26 +07:00

6 lines
71 B
Bash
Executable File

#!/usr/bin/env bash
cd exampleSite
hugo serve --themesDir ../..
cd ..