blog-static-flake/blog/builder.sh

4 lines
93 B
Bash

source $stdenv/setup
cp -r $src/* .
hugo --baseUrl="https://danilafe.com" --destination=$out