Asier Illarramendi

Results 74 comments of Asier Illarramendi

In case you didn't see, most of the issues are fixed but I realized that it's modifying all lines endings, see: https://github.com/bevyengine/bevy-website/pull/405#discussion_r933167679

@alice-i-cecile the build error was because the examples have changed and the `generate_wasm_examples.sh` is not in sync. [This is fixed in `master`](https://github.com/bevyengine/bevy-website/commit/99eb4d2dcee109a734da7e173ff84fe2768f9c6e#diff-72650f297809b15f8948308241f94e225d0fc47cf931f457b653ada9d3ba49f5). I've applied the same fix (b2c11e8).

Yes, **the issue is with GIFs**, everything else (🤞 ) is handled by Zola. (see: [images macro](https://github.com/bevyengine/bevy-website/blob/master/templates/macros/images.html)).

From what I remember the issue with GIFs is that the animation is lost and only the first frame is used when processed via `resize_image`. I don't know how it...

Nope, forcing `format=webp` doesn't work for GIFs (`GIF => webp`). Only the first frame is used.

It's looking good! For the image adding some light background image (maybe some grey cogs?) + the name of the asset on top should look good enough. I think that...

Would a CLI tool that either lints (e.g. `hide_lines` must match with `# ` lines) or writes the Zola annotations be useful? I imagine this being used as part of...

I could finally put some time into this, in the end I went directly for the formatting. I don't how this should be integrated, another folder on the repo? (like...

@alice-i-cecile PR created with the script/app in a new folder. I've added a `*.sh` that runs the program on the `/content/learn/book`.

@rparrett for a static site like this, it gives you poor man's encapsulation for the CSS (less chances to pollute & be polluted by other CSS classes; less specificity issues…)...