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- Webrings! 14- Site Search with Lume's built-in [Pagefind plugin](https://lume.land/plugins/pagefind/) 15- OpenGraph preview images, again using the built-in 16 [OG Images Plugin](https://lume.land/plugins/og_images/) 17- Possibly 18 [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) 19- Slideshow mode for articles that are presented 20 21Done: 22 23- [x] HTML and CSS validation 24 - [x] [HTML-Validate](https://html-validate.org/) 25 - [x] [csstree-validator](https://www.npmjs.com/package/csstree-validator) 26 - Note: Does not work lmao