adityakumar.xyz/scripts/build_docs.sh

6 lines
135 B
Bash
Raw Permalink Normal View History

2023-06-11 10:24:55 +00:00
#!/bin/sh
rm -rf ../docs
cd ../exampleSite
HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs