bevy-website icon indicating copy to clipboard operation
bevy-website copied to clipboard

Various changes

Open Keats opened this issue 2 years ago • 1 comments

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.

Keats avatar Mar 09 '23 21:03 Keats

I'll address all the comments next week, thanks for the comments!

Keats avatar Mar 16 '23 14:03 Keats

Many of these changes have been incorporated elsewhere. Thanks!

alice-i-cecile avatar Feb 21 '24 23:02 alice-i-cecile