First contribution

Hi!

I’m a fan of Zola and would like to contribute in some way. Are there any issues that I could help out with that you deem suitable for a first contribution? I’m quite comfortable with most stuff discussed in the Rust book, except for more complex concurrency, but would be happy to try it out!

That’s very good to see!
I think Merge default data language data in config.toml · Issue #1918 · getzola/zola · GitHub is a not too complex one that is pretty self contained and easy to write tests for.

Great, thanks a lot! I’ll read it through more closely tomorrow and let you know if I think I can do it :slight_smile:

I haven’t used the multilingual features before, but I think I’m starting to get the hang of it, at least enough to replicate the errors described in the issue.

Regarding the desired behavior, if the same variable is specified at the base section and under [language.DEFAULT_LANGUAGE], do we want base to override the latter or the other way around?

I left a comment on github to show that someone has started to work on it. If you want we can keep the discussion regarding the issue there instead.