mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf docs/
|
|
cd exampleSite
|
|
hugo --gc --minify --themesDir ../.. -d ../docs -v -b /
|