mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-14 17:09:45 +00:00
5 lines
126 B
Bash
5 lines
126 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd exampleSite
|
||
|
hugo --gc --minify --themesDir ../.. -d ../docs -v -b https://vickylai.com/hugo-theme-introduction/
|