Files
itsy-gitsy/examples/mdbook/README
T
2023-01-15 18:27:18 +01:00

12 lines
345 B
Plaintext

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!