todo list update

pyrox.dev ddee53c8 c80ba03b

verified
Changed files
+7 -1
+7 -1
TODO.md
···
checks)
- Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages
that have it
-
- Webrings!
+
- Accessibility checking plugin using the
+
[IBM Equal Access Toolkit](https://github.com/IBMa/equal-access)
- Site Search with Lume's built-in [Pagefind plugin](https://lume.land/plugins/pagefind/)
- OpenGraph preview images, again using the built-in
[OG Images Plugin](https://lume.land/plugins/og_images/)
···
- [x] HTML and CSS validation
- [x] [HTML-Validate](https://html-validate.org/)
+
- [validateHTML.ts](./plugins/validateHTML.ts)
- [x] [csstree-validator](https://www.npmjs.com/package/csstree-validator)
+
- [validateCSS.ts](./plugins/validateCSS.ts)
- Note: Does not work lmao
+
- [x] Webrings!
+
- [Webring Component](./src/_components/webring.vto)
+
- [Webring Data](./src/_data/webrings.toml)