tombreit
tombreit
No, that's not a problem, I just did not know that this is the expected behavior while working on a `navigation_bar` static context var in my `config.yml`. Perhaps a short...
Sorry for the noise - this seems be triggered by doubleclicking station in the library/search view, with a single click, the app behaves as expected. --- Same here: * OS:...
Sorry, I do not know how to to that... How should/would I reference this *vite public dir*? Currently I build these files via ```njk --- pagination: data: bibtex size: 1...
Perhaps related: eleventy-plugin-vite seems to choke every static asset which is mentioned in a `addPassthroughCopy` statement and not handled by vite, like a PDF file: ``` bash ├── assets │ ...
Hi @ultrabug, thanks for your prompt reply and the sitemap-hint! But in my case, there must be something wrong with my project setup - even `i18n_alternates` is not defined: ```...
Sorry, but I don't get it. You put me on the right track - but ```jinja2 {% for locale, i18n_files in config.plugins["i18n"].i18n_files_per_language.items() %} - locale: {{ locale }} i18n_files: {{...
That would work if all pages exists in all configured languages. Looping over `config.plugins["i18n"].all_languages` seems to get same resuts. But neither `config.plugins["i18n"].build_languages` nor `config.plugins["i18n"].all_languages` seem to return only the actually...
I already tried to hijack the language switcher from mkdocs-material. But, again, I'm unable to use the provided "integration" via `reconfigure_material_theme`. To me it looks like this functionality is strongly...