task_serve.sh 71 B

12345
  1. #!/usr/bin/env bash
  2. cd exampleSite
  3. hugo serve --themesDir ../..
  4. cd ..