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: 7b5f57b3a21bb905ec6dc7acb1f20717754c46dd (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