jointakahe/themes/cayman/task_serve.sh

6 lines
71 B
Bash
Raw Normal View History

2022-11-19 17:46:56 +01:00
#!/usr/bin/env bash
cd exampleSite
hugo serve --themesDir ../..
cd ..