6 lines
74 B
Bash
Raw Normal View History

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