mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
6 lines
139 B
Bash
6 lines
139 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf docs/
|
||
|
cd exampleSite
|
||
|
hugo --gc --minify --themesDir ../.. -d ../docs -v -b https://vickylai.com/hugo-theme-introduction/
|