Skip to content

Commit

Permalink
📝 docs(mastering tabi): clarify post sorting in Archive
Browse files Browse the repository at this point in the history
Related: #339
  • Loading branch information
welpo committed Jun 27, 2024
1 parent 0a8d010 commit c9c8ed8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions content/blog/mastering-tabi-settings/index.ca.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Domina la configuració de tabi: guia completa"
date = 2023-09-18
updated = 2024-06-22
updated = 2024-06-27
description = "Descobreix les múltiples maneres en què pots personalitzar tabi."

[taxonomies]
Expand Down Expand Up @@ -325,7 +325,10 @@ Per defecte, l'arxiu llistarà les publicacions situades a `blog/`. Per personal
section_path = ["blog/", "notes/", "camí-tres/"]
```

**Nota**: la pàgina d'arxiu només llistarà publicacions que tinguin una data al seu encapçalament.
**Nota**:

- La pàgina d'arxiu només llistarà publicacions amb data.
- L'ordre de les publicacions ve determinada per la variable `sort_by` de les seccions arxivades. Aquesta demo utilitza `sort_by = "date"` en `blog/_index.md`.

### Etiquetes

Expand Down
7 changes: 5 additions & 2 deletions content/blog/mastering-tabi-settings/index.es.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Domina la configuración de tabi: guía completa"
date = 2023-09-18
updated = 2024-06-22
updated = 2024-06-27
description = "Descubre las múltiples maneras en que puedes personalizar tabi."

[taxonomies]
Expand Down Expand Up @@ -325,7 +325,10 @@ Por defecto, el archivo mostrará las publicaciones ubicadas en `blog/`. Para pe
section_path = ["blog/", "notas/", "ruta-tres/"]
```

**Nota**: la página de Archivo sólo listará publicaciones con fecha.
**Nota**:

- La página de Archivo sólo listará publicaciones con fecha.
- El orden las publicaciones viene determinada por la variable `sort_by` de las secciones archivadas. Esta demo utiliza `sort_by = "date"` en `blog/_index.md`.

### Etiquetas

Expand Down
7 changes: 5 additions & 2 deletions content/blog/mastering-tabi-settings/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Mastering tabi Settings: A Comprehensive Guide"
date = 2023-09-18
updated = 2024-06-22
updated = 2024-06-27
description = "Discover the many ways you can customise your tabi site."

[taxonomies]
Expand Down Expand Up @@ -325,7 +325,10 @@ By default, the archive will list posts located in `blog/`. To customise this, y
section_path = ["blog/", "notes/", "path-three/"]
```

**Note**: the Archive page will only list posts that have a date in their front matter.
**Notes**:

- the Archive page will only list posts that have a date in their front matter.
- Post sorting is determined by the `sort_by` variable of the sections you are archiving. This demo uses `sort_by = "date"` set in the `blog/_index.md`.

### Tags

Expand Down

0 comments on commit c9c8ed8

Please sign in to comment.