1# Future Plans
2
3We think a lot about the future of this site! Here's some things we'd like to add:
4
5- Code syntax highlighting with [`lume_shiki`](https://github.com/FuriouZz/lume_shiki)
6- CI Checks
7 - Performance, Accessibility, Best Practices, and SEO with
8 [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md)
9 - Grammar checking for source files(including inclusive language, spell checking, and other basic
10 checks)
11 - Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages
12 that have it
13- Accessibility checking plugin using the
14 [IBM Equal Access Toolkit](https://github.com/IBMa/equal-access)
15- Site Search with Lume's built-in [Pagefind plugin](https://lume.land/plugins/pagefind/)
16- OpenGraph preview images, again using the built-in
17 [OG Images Plugin](https://lume.land/plugins/og_images/)
18- Possibly
19 [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data)
20- Slideshow mode for articles that are presented
21
22Done:
23
24- [x] HTML and CSS validation
25 - [x] [HTML-Validate](https://html-validate.org/)
26 - [validateHTML.ts](./plugins/validateHTML.ts)
27 - [x] [csstree-validator](https://www.npmjs.com/package/csstree-validator)
28 - [validateCSS.ts](./plugins/validateCSS.ts)
29 - Note: Does not work lmao
30- [x] Webrings!
31 - [Webring Component](./src/_components/webring.vto)
32 - [Webring Data](./src/_data/webrings.toml)