Added script to build the whole homepage
This commit is contained in:
parent
a452ab8870
commit
bb3474c4ca
12
.build/build.sh
Executable file
12
.build/build.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
echo "Building gallery"
|
||||
cd $SCRIPT_DIR/../gallery
|
||||
hugo
|
||||
|
||||
echo "Building main page"
|
||||
cd $SCRIPT_DIR/../
|
||||
hugo
|
||||
|
Loading…
x
Reference in New Issue
Block a user