pietroppeter / nimibook

A port of mdbook to nim(ib)
https://pietroppeter.github.io/nimibook/
MIT License
77 stars 7 forks source link

templates should be used as in-memory partials #32

Closed pietroppeter closed 2 years ago

pietroppeter commented 3 years ago

instead of copying them in book folder while building docs, templates should be used as in-memory partials. if one wants to use a custom head.mustache, then he should commit in book folder (or maybe better we should make docs folder the one where nimib goes looking for templates) and this would provide the ovveride.

pietroppeter commented 2 years ago

fixed in #50