cupper-hugo-theme/task_serve.sh
2021-01-10 13:36:21 -06:00

6 lines
71 B
Bash
Executable File

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