mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
Add script to build docs
This commit is contained in:
parent
471cf7e373
commit
60a0bbadd6
1 changed files with 4 additions and 0 deletions
4
scripts/build_docs.sh
Executable file
4
scripts/build_docs.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd exampleSite
|
||||
hugo --gc --minify --themesDir ../.. -d ../docs -v -b https://vickylai.com/hugo-theme-introduction/
|
Loading…
Reference in a new issue