This commit is contained in:
Lee Kai Ze 2026-02-27 21:29:09 -08:00 committed by GitHub
commit fc7bd13540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 180 additions and 2 deletions

View file

@ -10,6 +10,10 @@ projects_path = "projects/_index.md"
max_projects = 3
show_projects_first = false
social_media_card = "index.jpg"
micro_path = "micro/_index.md"
max_micro = 3
micro_section_name = "Latest thoughts"
show_micro = true
+++
tabi is an accessible [Zola](https://www.getzola.org) theme with [search](@/blog/mastering-tabi-settings/index.md#search), [multi-language support](@/blog/faq-languages/index.md), [optional JavaScript](@/blog/javascript/index.md), a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs.

View file

@ -0,0 +1,6 @@
+++
title = "Start microblogs to capture ideas"
date = 2025-11-08T14:30:00+08:00
+++
Why Microblog: Thoughts decay without capture; short posts reduce friction between idea and publication.

View file

@ -0,0 +1,6 @@
+++
title = "Start writing"
date = 2025-11-08T22:11:53+08:00
+++
Writing clarifies thinking and compounds your expertise into searchable, permanent knowledge capital.

View file

@ -0,0 +1,6 @@
+++
title = "SSG is simple"
date = 2025-11-08T22:26:37+08:00
+++
Why use SSG: Pre-rendered HTML eliminates servers, databases, and runtime vulnerabilities while maximizing speed.

View file

@ -0,0 +1,6 @@
+++
title = "Just ship the code"
date = 2025-11-08T23:00:00+08:00
+++
Shipping code is better than perfect code. Ship it.

8
content/micro/_index.md Normal file
View file

@ -0,0 +1,8 @@
+++
title = "Micro"
description = "Short blogs"
sort_by = "date"
template = "section.html"
paginate_by = 20
generate_feeds = true
+++