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

@ -57,7 +57,7 @@ title = "~/tabi"
description = "tabi es un tema accesible para Zola con búsqueda, soporte multilingüe, JavaScript opcional, una puntuación perfecta en Lighthouse y documentación exhaustiva. Diseñado para sitios web y blogs personales."
generate_feeds = true
taxonomies = [{name = "tags", feed = true}]
build_search_index = true
build_search_index = false
[languages.ca]
title = "~/tabi"
@ -178,6 +178,8 @@ iine_icon = "thumbs_up" # See https://iine.to/#customise
# Unify like counts across all language versions of the same page.
# When enabled, likes on /es/blog/hello/ will count towards /blog/hello/ (default language).
iine_unified_languages = true
# Enable iine like buttons on micro posts.
micro_iine = true
# Show "Jump to posts" link next to series' title.
# By default, the link appears automatically when a series description exceeds 2000 characters.