add mdbook example

This commit is contained in:
Trevor Bentley
2023-01-15 18:27:18 +01:00
parent 88e76d788c
commit a5e01d22f5
9 changed files with 106 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
This example renders a few git repositories as an mdBook with Itsy-Gitsy.
You'll need to have Itsy-Gitsy and mdbook available. Update the
commands below to use absolute paths, if necessary.
Build the book with:
$ itsy-gitsy -c mdbook.toml --clean --local
$ mdbook serve rendered/
And navigate to http://localhost:3000/ to view. That's it!