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

build_docs.sh « scripts - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e9a77a0612df2e34ff2219711038cfda7cbf155 (plain)
1
2
3
4
5
#!/bin/sh

rm -rf ../docs
cd ../exampleSite
HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs