Closed h3ndrik closed 5 months ago
I have a website and usually I just run quarto preview or quarto render.
quarto preview
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.)
:wave: @h3ndrik! With this package, you cannot use quarto render, you have to run babelquarto::render_website() from the R console.
babelquarto::render_website()
Thank you!
I have a website and usually I just run
quarto preview
orquarto 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.)