📝 docs: add tabi-start integration (#441)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Domina la configuració de tabi: guia completa"
|
||||
date = 2023-09-18
|
||||
updated = 2024-11-16
|
||||
updated = 2024-11-27
|
||||
description = "Descobreix les múltiples maneres en què pots personalitzar tabi."
|
||||
|
||||
[taxonomies]
|
||||
@@ -371,7 +371,7 @@ quick_navigation_buttons = true
|
||||
- `show_reading_time = false` amaga el temps estimat de lectura.
|
||||
- `quick_navigation_buttons = true` mostra els botons de navegació ràpida.
|
||||
|
||||
Al costat del fitxer `_index.md`, pots crear un fitxer per a cada projecte. Per exemple, aquest és el bloc de metadades per a la pàgina del projecte [tabi](/ca/projects/tabi/):
|
||||
Al costat del fitxer `_index.md`, pots crear un fitxer per a cada projecte. Per exemple, aquest és el bloc de metadades per a la pàgina del projecte [tabi](@/projects/tabi/index.ca.md):
|
||||
|
||||
```toml
|
||||
title = "tabi"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Domina la configuración de tabi: guía completa"
|
||||
date = 2023-09-18
|
||||
updated = 2024-11-16
|
||||
updated = 2024-11-27
|
||||
description = "Descubre las múltiples maneras en que puedes personalizar tabi."
|
||||
|
||||
[taxonomies]
|
||||
@@ -371,7 +371,7 @@ quick_navigation_buttons = true
|
||||
- `show_reading_time = false` oculta el tiempo estimado de lectura.
|
||||
- `quick_navigation_buttons = true` muestra los botones de navegación rápida.
|
||||
|
||||
Junto al archivo `_index.md`, puedes crear un archivo para cada proyecto. Por ejemplo, este es el bloque de metadatos para la página del proyecto [tabi](/es/projects/tabi/):
|
||||
Junto al archivo `_index.md`, puedes crear un archivo para cada proyecto. Por ejemplo, este es el bloque de metadatos para la página del proyecto [tabi](@/projects/tabi/index.es.md):
|
||||
|
||||
```toml
|
||||
title = "tabi"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Mastering tabi Settings: A Comprehensive Guide"
|
||||
date = 2023-09-18
|
||||
updated = 2024-11-16
|
||||
updated = 2024-11-27
|
||||
description = "Discover the many ways you can customise your tabi site."
|
||||
|
||||
[taxonomies]
|
||||
@@ -376,11 +376,11 @@ quick_navigation_buttons = true
|
||||
- `show_reading_time = false` hides the [reading time](#reading-time).
|
||||
- `quick_navigation_buttons = true` shows the [quick navigation buttons](#quick-navigation-buttons) are shown.
|
||||
|
||||
Alongside the `_index.md` file, you can create a file for each project. For example, this is the front matter for the [tabi project page](/projects/tabi/):
|
||||
Alongside the `_index.md` file, you can create a file for each project. For example, this is the front matter for the [tabi project page](@/projects/tabi/index.md):
|
||||
|
||||
```toml
|
||||
title = "tabi"
|
||||
description = "A fast, lightweight, and modern Zola theme with multi-language support."
|
||||
description = "A feature-rich modern Zola theme with first-class multi-language support."
|
||||
weight = 1
|
||||
|
||||
[extra]
|
||||
|
Reference in New Issue
Block a user