You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
thanks for sharing your approach. Overall, it works with a few hickups.
What I noticed so far:
When the config file is saved in the temporary directory and there is a boolean parameter, it changes from true in the original config.yml to yes in the copied one. Then quarto_render does not work anymore.
Images getting duplicated into a new fr/img/ folder, when when they are already present in img
The "index.fr.html" is not reachable when the page title is clicked. How come this works on your page?
Ah, one thing I forgot.
It always renders all qmd files, so in docs/fr/ also all English ones. So I deleted the unneccessary files -> delete french in english, english in french directory
(actually, German and English in my test case, but I assume you get the point)
Hey,
thanks for sharing your approach. Overall, it works with a few hickups.
What I noticed so far:
true
in the original config.yml toyes
in the copied one. Then quarto_render does not work anymore.fr/img/
folder, when when they are already present inimg
My modified
orechestration.R
: https://github.com/cutterkom/removena-website/blob/main/create_multilanguage_website.RBye Katharina
The text was updated successfully, but these errors were encountered: