main
n0emis 1 year ago
parent 98d1b121d4
commit 593f1276e7
Signed by: n0emis
GPG Key ID: 00FAF748B777CF10

@ -19,13 +19,13 @@
buildInputs = [ hugo ];
buildPhase = ''
mkdir -p themes
rm -rf themes/PaperMod
ln -s ${papermod} themes/PaperMod
ls -lah
mkdir $out
hugo --destination $out
ls -lah
hugo -v
'';
installPhase = ''
mv public $out
'';
dontInstall = true;
};
};
} // (

Loading…
Cancel
Save