4 lines
93 B
Bash
4 lines
93 B
Bash
source $stdenv/setup
|
|
cp -r $src/* .
|
|
hugo --baseUrl="https://danilafe.com" --destination=$out
|