cupper-hugo-theme/task_serve.sh

6 lines
71 B
Bash
Raw Normal View History

2021-01-10 20:36:21 +01:00
#!/usr/bin/env bash
cd exampleSite
hugo serve --themesDir ../..
cd ..