ropensci-review-tools / babelquarto

Renders a Multilingual Quarto Project (Book or Website)
https://docs.ropensci.org/babelquarto/
Other
30 stars 6 forks source link

How do I run this on the CLI? / Build the website? #43

Closed h3ndrik closed 3 weeks ago

h3ndrik commented 3 weeks ago

I have a website and usually I just run quarto preview or quarto render.

I installed this R module (babelquarto) and added the example lines to my _quarto.qml.

How do I now build the website? (Sorry for the uneducated question.)

maelle commented 3 weeks ago

:wave: @h3ndrik! With this package, you cannot use quarto render, you have to run babelquarto::render_website() from the R console.

h3ndrik commented 3 weeks ago

Thank you!