Closed ntluong95 closed 4 months ago
Indeed, at the moment babelquarto does not merge the configuration files from different profiles.
I'm working on a PR adding support for profiles but for the languages only.
To experiment, I recommend creating minimal books using babelquarto::quarto_multilingual_book()
for instance.
I am closing this issue in order to keep my focus on the priorities, but I do appreciate your contributions and reports. :pray:
Currently, in order to render only few chapters of the book for testing purpose, I need to comment on chapters in
_quarto.yml
file. It might not be the optimal way, as you may want to have different profiles that tweak specifically just some params in the config file. The solution is using quarto PROJECT profile. However,babelquarto::render_book()
doesn't render language chapters although it tries to loop through languages vector (instead of index.fr.qmd, it renders index.qmd again). So I guess there was something wrong when it tries to catch the language params? Here is the content of_quarto.yml
fileand in
_quarto-small.yml
, I specify chapters I want to render