mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
7dbdfe32b9
Fix broken asset links for demo Netlify site
5 lines
No EOL
134 B
Bash
Executable file
5 lines
No EOL
134 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf ../docs
|
|
cd ../exampleSite
|
|
HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs |