misc build changes to mdbook, add favicon/logo

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-06-15 22:09:27 -04:00
parent 502856a4a2
commit e5c9bf1992
3 changed files with 8 additions and 2 deletions

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation {
"debian/conduwuit.service"
"debian/README.md"
"docs"
"theme"
];
};
@ -27,7 +28,6 @@ stdenv.mkDerivation {
];
buildPhase = ''
mdbook build
mv public $out
mdbook build -d $out
'';
}