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

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

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