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
Raw Normal View History

2020-04-06 16:51:17 -07:00
source $stdenv/setup
cp -r $src/* .
hugo --baseUrl="https://danilafe.com" --destination=$out