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