diff --git a/README.md b/README.md index 1b77077..5580d1a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,14 @@ See a live preview [here](https://welpo.github.io/tabi). ![tabi](screenshot.png) +Tabi has a perfect score on Google's Lighthouse audit: + +![lighthouse](lighthouse_score.png) + ## Features - [X] Dark and light themes. Defaults to the OS setting, with a switcher in the navigation bar. +- [X] Perfect Lighthouse score (Performance, Accessibility, Best Practices and SEO). - [X] [KaTeX](https://katex.org/) support. - [X] All JavaScript (theme switcher and KaTeX) can be fully disabled. - [X] Projects page. diff --git a/content/_index.md b/content/_index.md index 00c0fc9..711d7c4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,4 +10,4 @@ section_path = "blog/_index.md" max_posts = 4 +++ -Tabi is a fast, lightweight, and modern [Zola](https://getzola.org) theme. It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, custom shortcodes, and much more. +Tabi is a fast, lightweight, and modern [Zola](https://getzola.org) theme. It aims to be a personal page and home to blog posts. It features a perfect Lighthouse score, responsive design, dark and light themes, custom shortcodes, and much more. diff --git a/lighthouse_score.png b/lighthouse_score.png new file mode 100644 index 0000000..84d86f9 Binary files /dev/null and b/lighthouse_score.png differ