jointakahe/themes/cayman/task_serve.sh
2022-11-19 09:46:56 -07:00

6 lines
71 B
Bash

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