return to 0.18.0 options

This commit is contained in:
welpo 2024-06-22 00:06:41 +02:00
parent 0c53721488
commit 5a620c8f79
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -2,8 +2,7 @@ base_url = "https://welpo.github.io/tabi"
title = "~/tabi"
description = "tabi is a fast, lightweight, and modern Zola theme with multi-language support, optional JavaScript, and a perfect Lighthouse score."
author = "welpo"
generate_feeds = true
feed_filenames = ["atom.xml"]
generate_feed = true
compile_sass = true
minify_html = true
build_search_index = true
@ -51,14 +50,14 @@ skip_anchor_prefixes = [
[languages.es]
title = "~/tabi"
description = "tabi es un tema de Zola rápido, liviano y moderno con JavaScript opcional y una puntuación perfecta en Lighthouse."
generate_feeds = true
generate_feed = true
taxonomies = [{name = "tags", feed = true}]
build_search_index = true
[languages.ca]
title = "~/tabi"
description = "tabi és un tema de Zola ràpid, lleuger i modern amb JavaScript opcional i una puntuació perfecta a Lighthouse."
generate_feeds = true
generate_feed = true
taxonomies = [{name = "tags", feed = true}]
[extra]