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

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

Loading…
Cancel
Save