Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
142 stars 41 forks source link

Error when disablin multilanguage #172

Closed mdev88 closed 1 month ago

mdev88 commented 1 month ago

I don't need my site to be multilanguage. I have tried removing all the aditional languages but I get an error:

`Error: Failed to serve the site Error: Found path collisions:

I had to leave a dummy language configuration for fr because of that error, so the language selector in the header shows my default language (es) and also french, and I can't find a way to disable or hide the language selector.

Jieiku commented 1 month ago

When you copied the example content, you must also have the language config for it.

To remove the multilingual features from config.toml you also need to remove the multilanguage content. (all the files under content that end in .fr.md)

mdev88 commented 1 month ago

I must have missed that. It's fixed. Thanks!