misc build changes to mdbook, add favicon/logo
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
502856a4a2
commit
e5c9bf1992
|
@ -2,12 +2,18 @@
|
||||||
title = "conduwuit"
|
title = "conduwuit"
|
||||||
description = "conduwuit, which is a well-maintained fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol"
|
description = "conduwuit, which is a well-maintained fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol"
|
||||||
language = "en"
|
language = "en"
|
||||||
|
authors = ["strawberry (June)"]
|
||||||
|
text-direction = "ltr"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "docs"
|
src = "docs"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
build-dir = "public"
|
build-dir = "public"
|
||||||
create-missing = true
|
create-missing = true
|
||||||
|
extra-watch-dirs = ["debian", "docs"]
|
||||||
|
|
||||||
|
[rust]
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
git-repository-url = "https://github.com/girlbossceo/conduwuit"
|
git-repository-url = "https://github.com/girlbossceo/conduwuit"
|
||||||
|
|
|
@ -19,6 +19,7 @@ stdenv.mkDerivation {
|
||||||
"debian/conduwuit.service"
|
"debian/conduwuit.service"
|
||||||
"debian/README.md"
|
"debian/README.md"
|
||||||
"docs"
|
"docs"
|
||||||
|
"theme"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -27,7 +28,6 @@ stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
mdbook build
|
mdbook build -d $out
|
||||||
mv public $out
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue