mirror of
https://github.com/jointakahe/jointakahe
synced 2025-02-18 03:20:35 +01:00
6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd exampleSite
|
||
|
hugo serve --themesDir ../..
|
||
|
cd ..
|