diff --git a/README.md b/README.md index a3cd49b..b6a5982 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ See a live preview [here](https://welpo.github.io/tabi). ![tabi](screenshot.png) -Tabi has a perfect score on Google's Lighthouse audit: +tabi has a perfect score on Google's Lighthouse audit: ![lighthouse](lighthouse_score.png) @@ -98,7 +98,7 @@ section_path = "blog/_index.md" header = {title = "Hello! I'm tabi~", img = "$BASE_URL/img/main.webp" } ``` -The content outside the front matter will be rendered between the header title and the posts listing. In the screenshot above, it's the text that reads "Tabi is a fast, lightweight, and modern Zola theme…". +The content outside the front matter will be rendered between the header title and the posts listing. In the screenshot above, it's the text that reads "tabi is a fast, lightweight, and modern Zola theme…". ## Inspiration diff --git a/content/_index.md b/content/_index.md index 711d7c4..270ddd3 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 a perfect Lighthouse score, responsive design, dark and light themes, 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/screenshot.png b/screenshot.png index fcbd847..32502ef 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/static/img/tabi.webp b/static/img/tabi.webp index 506f442..57da5a2 100644 Binary files a/static/img/tabi.webp and b/static/img/tabi.webp differ