gtm-test-site/themes/papercss-hugo-theme/task_serve.sh

6 lines
74 B
Bash
Raw Permalink Normal View History

2024-01-23 17:47:24 +03:00
#!/usr/bin/env bash
cd exampleSite;
hugo serve --themesDir ../..;
cd ..;