Compare commits

..

2 commits

Author SHA1 Message Date
f6930d36f8
make the header use hack 2025-09-15 15:51:33 -06:00
12c7257444
rename theme to tabi-lean 2025-09-15 15:40:30 -06:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
header { header {
width: 100%; width: 100%;
font-family: 'Inter Subset', var(--sans-serif-font); font-family: 'Hack', var(--sans-serif-font);
} }
.page-header { .page-header {

View file

@ -1,4 +1,4 @@
name = "tabi" name = "tabi-lean"
description = "tabi is an accessible Zola theme with search, multi-language support, optional JavaScript, a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs." description = "tabi is an accessible Zola theme with search, multi-language support, optional JavaScript, a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs."
license = "MIT" license = "MIT"
homepage = "https://github.com/welpo/tabi" homepage = "https://github.com/welpo/tabi"