mirror of
https://github.com/welpo/tabi.git
synced 2025-12-15 04:08:43 +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"
|
title = "~/tabi"
|
||||||
description = "tabi is a fast, lightweight, and modern Zola theme with multi-language support, optional JavaScript, and a perfect Lighthouse score."
|
description = "tabi is a fast, lightweight, and modern Zola theme with multi-language support, optional JavaScript, and a perfect Lighthouse score."
|
||||||
author = "welpo"
|
author = "welpo"
|
||||||
generate_feeds = true
|
generate_feed = true
|
||||||
feed_filenames = ["atom.xml"]
|
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
minify_html = true
|
minify_html = true
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
@ -51,14 +50,14 @@ skip_anchor_prefixes = [
|
||||||
[languages.es]
|
[languages.es]
|
||||||
title = "~/tabi"
|
title = "~/tabi"
|
||||||
description = "tabi es un tema de Zola rápido, liviano y moderno con JavaScript opcional y una puntuación perfecta en Lighthouse."
|
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}]
|
taxonomies = [{name = "tags", feed = true}]
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
||||||
[languages.ca]
|
[languages.ca]
|
||||||
title = "~/tabi"
|
title = "~/tabi"
|
||||||
description = "tabi és un tema de Zola ràpid, lleuger i modern amb JavaScript opcional i una puntuació perfecta a Lighthouse."
|
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}]
|
taxonomies = [{name = "tags", feed = true}]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue