This repository has been archived on 2021-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
custom-nix/blog/builder.sh

4 lines
93 B
Bash

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