@ -20,11 +20,10 @@
buildPhase = ''
mkdir -p themes
ln -s ${papermod} themes/PaperMod
hugo --minify
mkdir $out
'';
hugo --minify --destination $out
installPhase = ''
cp -r public $out
dontInstall = true;
};
} // (