Closed joelnitta closed 2 months ago
Although the README describes how to render the website with babelquarto::render_book() or babelquarto::render_website(), it does not say how to preview it, such as with with servr::httw().
babelquarto::render_book()
babelquarto::render_website()
servr::httw()
I'll take this into account in my attempt at reorganising the docs.
Although the README describes how to render the website with
babelquarto::render_book()
orbabelquarto::render_website()
, it does not say how to preview it, such as with withservr::httw()
.