Welcome to mirror list, hosted at ThFree Co, Russian Federation.

task_serve.sh - github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80281fd2be728be0eb6f5db4833aa1c893482e18 (plain)
1
2
3
4
5
#!/usr/bin/env bash

cd exampleSite
hugo serve --themesDir ../..
cd ..