mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
return to 0.18.0 options
This commit is contained in:
parent
0c53721488
commit
5a620c8f79
1 changed files with 3 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue