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