jointakahe/themes/cayman/task_serve.sh

6 lines
71 B
Bash
Raw Normal View History

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