diff --git a/content/blog/mastering-tabi-settings/index.ca.md b/content/blog/mastering-tabi-settings/index.ca.md index 70fd7c656..473b1afcf 100644 --- a/content/blog/mastering-tabi-settings/index.ca.md +++ b/content/blog/mastering-tabi-settings/index.ca.md @@ -87,7 +87,7 @@ Per a detalls tècnics sobre la implementació de la cerca, incloent quan es car ## Suport multilingüe -tabi ofereix suport multilingüe complet per al teu lloc Zola, des de configurar un idioma predeterminat fins a afegir tots els que vulguis. Consulta les [preguntes freqüents sobre idiomes](/ca/blog/faq-languages/) per a més informació. +tabi ofereix suport multilingüe complet per al teu lloc Zola, des de configurar un idioma predeterminat fins a afegir tots els que vulguis. Consulta les [preguntes freqüents sobre idiomes](@/blog/faq-languages/index.ca.md) per a més informació. --- @@ -504,7 +504,7 @@ Per activar-los, estableix `quick_navigation_buttons = true`. Activa l'índex de continguts just sota del títol i metadades de l'article amb `toc = true`. -Per saber més sobre com personalitzar-ho, consulta [la documentació sobre la Taula de continguts](/ca/blog/toc/). +Per saber més sobre com personalitzar-ho, consulta [la documentació sobre la Taula de continguts](@/blog/toc/index.ca.md). ### Enllaços als articles anterior i següent @@ -577,7 +577,7 @@ Les tipus de lletra personalitzades causen parpalleig del text en Firefox. Per r Pots crear un subconjunt personalitzat adaptat al teu lloc, guardar-lo com a `static/custom_subset.css`, i fer que es carregui amb `custom_subset = true`. -Per obtenir més informació, incloent instruccions sobre com crear un subconjunt personalitzat, consulta la [documentació](/ca/blog/custom-font-subset/). +Per obtenir més informació, incloent instruccions sobre com crear un subconjunt personalitzat, consulta la [documentació](@/blog/custom-font-subset/index.ca.md). ### Contingut complet al feed @@ -607,7 +607,7 @@ Si vols activar els comentaris de forma global, pots fer-ho establint `enabled_f Si has activat un sistema de forma global i vols desactivar-lo per a una pàgina específica, pots fer-ho establint el nom del sistema com a `false` al front matter. Per exemple, `utterances = false`. -Llegeix la [documentació](/ca/blog/comments/) per a més informació sobre els sistemes disponibles i la seva configuració. +Llegeix la [documentació](@/blog/comments/index.ca.md) per a més informació sobre els sistemes disponibles i la seva configuració. ### Anàlisi web @@ -830,7 +830,7 @@ allowed_domains = [ Aquesta opció està habilitada per defecte. Per desactivar-la per una pàgina, secció o globalment, estableix `enable_csp = false`. La configuració de `enable_csp` segueix la jerarquia. -Per a més informació, consulta la [pàgina de documentació de CSP](/ca/blog/security/). +Per a més informació, consulta la [pàgina de documentació de CSP](@/blog/security/index.ca.md). --- diff --git a/content/blog/mastering-tabi-settings/index.es.md b/content/blog/mastering-tabi-settings/index.es.md index 2695d7f7b..2b00ab78a 100644 --- a/content/blog/mastering-tabi-settings/index.es.md +++ b/content/blog/mastering-tabi-settings/index.es.md @@ -87,7 +87,7 @@ Para detalles técnicos sobre la implementación de la búsqueda en tabi, incluy ## Soporte multilingüe -tabi ofrece soporte multilingüe completo para tu sitio Zola, desde configurar un idioma predeterminado hasta añadir todos los que desees. Consulta la [preguntas frecuentes sobre idiomas](/es/blog/faq-languages/) para más información. +tabi ofrece soporte multilingüe completo para tu sitio Zola, desde configurar un idioma predeterminado hasta añadir todos los que desees. Consulta la [preguntas frecuentes sobre idiomas](@/blog/faq-languages/index.es.md) para más información. --- @@ -504,7 +504,7 @@ Para activarlos, establece `quick_navigation_buttons = true`. Habilita el índice de contenidos justo debajo del título y metadatos del artículo con `toc = true`. -Para saber más sobre cómo personalizarlo, consulta [la documentación sobre la Tabla de contenido](/es/blog/toc/). +Para saber más sobre cómo personalizarlo, consulta [la documentación sobre la Tabla de contenido](@/blog/toc/index.es.md). ### Enlace a los artículos anterior y siguiente @@ -577,7 +577,7 @@ Las fuentes personalizadas causan parpadeo del texto en Firefox. Para solucionar Puedes crear un subconjunto personalizado adaptado a tu sitio, guardarlo como `static/custom_subset.css`, y hacer que se cargue con `custom_subset = true`. -Para obtener más información, incluyendo instrucciones sobre cómo crear un subconjunto personalizado, consulta la [documentación](/es/blog/custom-font-subset/). +Para obtener más información, incluyendo instrucciones sobre cómo crear un subconjunto personalizado, consulta la [documentación](@/blog/custom-font-subset/index.es.md). ### Contenido completo en el feed @@ -607,7 +607,7 @@ Si quieres activar los comentarios de forma global, puedes hacerlo estableciendo Si has activado un sistema globalmente, pero quieres desactivarlo en una página específica, puedes hacerlo estableciendo el nombre del sistema como `false` en el front matter. Por ejemplo, `utterances = false`. -Lee la [documentación](/es/blog/comments/) para obtener más información sobre los sistemas disponibles y su configuración. +Lee la [documentación](@/blog/comments/index.es.md) para obtener más información sobre los sistemas disponibles y su configuración. ### Análisis web @@ -830,7 +830,7 @@ allowed_domains = [ Esta función está habilitada por defecto. Para deshabilitarla (y permitir todo), configura `enable_csp = false` en una página, sección o globalmente. La opción `enable_csp` sigue [la jerarquía](#jerarquia-de-configuracion). -Para obtener más información, consulta la [página de documentación de CSP](/es/blog/security/). +Para obtener más información, consulta la [página de documentación de CSP](@/blog/security/index.es.md). --- diff --git a/content/blog/mastering-tabi-settings/index.md b/content/blog/mastering-tabi-settings/index.md index 319a8b1bc..f66c31478 100644 --- a/content/blog/mastering-tabi-settings/index.md +++ b/content/blog/mastering-tabi-settings/index.md @@ -87,7 +87,7 @@ For technical details about the search implementation in tabi, including when th ## Multilingual Support -tabi offers comprehensive multilingual support for your Zola site, from setting a default language to adding as many as you wish. Refer to the [multilingual FAQ](blog/faq-languages/) for more information. +tabi offers comprehensive multilingual support for your Zola site, from setting a default language to adding as many as you wish. Refer to the [multilingual FAQ](@/blog/faq-languages/index.md) for more information. --- @@ -507,7 +507,7 @@ To enable them, set `quick_navigation_buttons = true`. Enable the table of contents right below the post's title and metadata with `toc = true`. -Read more about the table of contents and how to customise it by reading [the docs](/blog/toc/). +Read more about the table of contents and how to customise it by reading [the docs](@/blog/toc/index.md). ### Previous and Next Article Links @@ -581,7 +581,7 @@ Custom fonts cause flashing text in Firefox. To amend this, tabi loads a subset You can create a custom subset tailored to your site, save it as `static/custom_subset.css`, and have it load with `custom_subset = true`. -For more information, including instructions on how to create a custom subset, see the [docs](/blog/custom-font-subset/). +For more information, including instructions on how to create a custom subset, see the [docs](@/blog/custom-font-subset/index.md). ### Full Content in Feed @@ -611,7 +611,7 @@ To enable a system globally (on all pages), set `enabled_for_all_posts = true` i If you have enabled a system globally, but want to disable it on a specific page, set the name of the system to `false` in the front matter of that page. For example, `utterances = false`. -Read [the docs](/blog/comments/) for more information on the available systems and their setup. +Read [the docs](@/blog/comments/index.md) for more information on the available systems and their setup. ### Analytics @@ -772,7 +772,7 @@ By default, the date is shown below the post title. You can hide it with `show_d |:----:|:-------:|:-------------:|:-----------------:|:-------------------:| | ❌ | ❌ | ✅ | ❌ | ❌ | -tabi has two date formats: `long_date_format` and `short_date_format`. The short format is used in a post's metadata, while the long format is used when listing posts (i.e. on the [blog section](/blog/) or the [main page](/)). +tabi has two date formats: `long_date_format` and `short_date_format`. The short format is used in a post's metadata, while the long format is used when listing posts (i.e. on the [blog section](@/blog/_index.md) or the [main page](@/_index.md)). The default is "6th July 2049" for both formats in English. For other languages, the defaut is `"%d %B %Y"` for the long format and `"%-d %b %Y"` for the short format. @@ -836,7 +836,7 @@ allowed_domains = [ This feature is enabled by default. To disable it (and allow all connections), set `enable_csp = false` on a page, section or globally. The `enable_csp` setting follows the [hierarchy](#settings-hierarchy). -See the [CSP documentation page](/blog/security/) for more information. +See the [CSP documentation page](@/blog/security/index.md) for more information. ---