# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
show_date=true
show_date=true
# Determines how dates are displayed in the post listing (e.g. front page or /blog). Options:
# "date" - Show only the original date of the post (default if unset).
# "updated" - Show only the last updated date of the post.
# "both" - Show both the original date and the last updated date.
post_listing_date="date"
# DEPRECATED!
# DEPRECATED!
# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
title = "Domina la configuració de tabi: guia completa"
title = "Domina la configuració de tabi: guia completa"
date = 2023-09-18
date = 2023-09-18
updated = 2024-07-04
updated = 2024-07-09
description = "Descobreix les múltiples maneres en què pots personalitzar tabi."
description = "Descobreix les múltiples maneres en què pots personalitzar tabi."
[taxonomies]
[taxonomies]
@ -141,6 +141,14 @@ Fixa't que si configures `section_path`, no cal que configuris `paginate_by`. Po
El `title` és el títol que apareix a sobre de les publicacions.
El `title` és el títol que apareix a sobre de les publicacions.
##### Mostrar la data dels articles al llistat
Per defecte, quan es llisten els articles, es mostra la data de creació. Pots configurar quina(es) data(es) mostrar utilitzant l'opció `post_listing_date`. Configuracions disponibles:
- `date`: Mostra només la data de publicació original de l'article (opció per defecte).
- `updated`: Mostra només la data de l'última actualització de l'article.
- `both`: Mostra tant la data de publicació original com la data de l'última actualització.
#### Llistat de Projectes
#### Llistat de Projectes
Pots mostrar una selecció de projectes a la teva pàgina principal. Per fer això, primer necessitaràs configurar el directori `projects`.
Pots mostrar una selecció de projectes a la teva pàgina principal. Per fer això, primer necessitaràs configurar el directori `projects`.
title = "Domina la configuración de tabi: guía completa"
title = "Domina la configuración de tabi: guía completa"
date = 2023-09-18
date = 2023-09-18
updated = 2024-07-04
updated = 2024-07-09
description = "Descubre las múltiples maneras en que puedes personalizar tabi."
description = "Descubre las múltiples maneras en que puedes personalizar tabi."
[taxonomies]
[taxonomies]
@ -141,6 +141,14 @@ Fíjate que si configuras `section_path`, no necesitas configurar `paginate_by`.
El `title` es el encabezado que aparece sobre las publicaciones.
El `title` es el encabezado que aparece sobre las publicaciones.
##### Mostrar la fecha de los artículos en el listado
Por defecto, cuando se listan los artículos, se muestra la fecha de creación. Puedes configurar qué fecha(s) mostrar usando la opción `post_listing_date`. Configuraciones disponibles:
- `date`: Muestra solo la fecha de publicación original del artículo (opción por defecto).
- `updated`: Muestra solo la fecha de la última actualización del artículo.
- `both`: Muestra tanto la fecha de publicación original como la fecha de la última actualización.
#### Listado de proyectos
#### Listado de proyectos
Puedes mostrar una selección de proyectos en tu página principal. Para hacer esto, primero necesitarás configurar el directorio `projects`.
Puedes mostrar una selección de proyectos en tu página principal. Para hacer esto, primero necesitarás configurar el directorio `projects`.
title = "Mastering tabi Settings: A Comprehensive Guide"
title = "Mastering tabi Settings: A Comprehensive Guide"
date = 2023-09-18
date = 2023-09-18
updated = 2024-07-04
updated = 2024-07-09
description = "Discover the many ways you can customise your tabi site."
description = "Discover the many ways you can customise your tabi site."
[taxonomies]
[taxonomies]
@ -141,6 +141,14 @@ Notice how if you set `section_path`, you don't need to set `paginate_by`. You c
The `title` is the header that appears above the posts.
The `title` is the header that appears above the posts.
##### Display the Date of Posts in Listing
By default, when listing posts, the date of post creation is shown. You can configure which date(s) to display using the `post_listing_date` option. Available settings:
- `date`: Show only the original date of the post (default).
- `updated`: Show only the last updated date of the post.
- `both`: Show both the original date and the last updated date.
#### Listing Projects
#### Listing Projects
You can showcase a selection of projects on your main page. To do this, you'll need to set up the `projects` directory first.
You can showcase a selection of projects on your main page. To do this, you'll need to set up the `projects` directory first.
{{- macros_translate::translate(key="about_feeds", default="This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader", language_strings=language_strings) -}}
{{- macros_translate::translate(key="about_feeds", default="This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader", language_strings=language_strings) -}}
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
show_date=true
show_date=true
# Determines how dates are displayed in the post listing (e.g. front page or /blog). Options:
# "date" - Show only the original date of the post (default if unset).
# "updated" - Show only the last updated date of the post.
# "both" - Show both the original date and the last updated date.
post_listing_date="date"
# DEPRECATED!
# DEPRECATED!
# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).