infidel-cupper-theme/task_serve.sh

6 lines
71 B
Bash
Raw Normal View History

2022-04-10 04:20:41 -04:00
#!/usr/bin/env bash
cd exampleSite
hugo serve --themesDir ../..
cd ..