Various changes
Some changes while looking at the repo after https://github.com/getzola/zola/pull/2116/commits/cd90fd0756f7286ac717f3ca6cdaebd54140317d
The biggest one is the change in the community building where it was using page for members for no discernable reasons. load_data is made for exactly that kind of use case. By creating pages, you end up with stuff like that https://bevyengine.org/community/donate/cart/ but Zola should warn on that.
You could skip 90% of the code by just storing the members in a single TOML file for each category as an array of tables though.
Note: some of my changes might need me to release Zola 0.17.2 before it works.
I'll address all the comments next week, thanks for the comments!
Many of these changes have been incorporated elsewhere. Thanks!