Open
Description
I'm not sure if there is an easy way to add this to Zola projects, but it would be nice to have basic accessibility checks in CI.
Stuff like "every img
element has an alt
attribute" should be enough for the start.
If Zola has anything built-in we could use that, otherwise maybe it's possible to do the linting on the generated HTML?