Tweak docs design

This commit is contained in:
Thomas Sileo 2022-07-05 09:32:43 +02:00
parent 51f920bc4d
commit 09a7287877
2 changed files with 9 additions and 2 deletions

View file

@ -28,12 +28,14 @@ def main() -> None:
template.stream(
content=markdownify(readme.read_text().removeprefix("# microblog.pub")),
version=VERSION,
path="/",
).dump("docs/dist/index.html")
install = Path("docs/install.md")
template.stream(
content=markdownify(install.read_text().removeprefix("# microblog.pub")),
version=VERSION,
path="/installing.html",
).dump("docs/dist/installing.html")