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