-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from welpo/feat/multilingual-support
add multilingual support
- Loading branch information
Showing
53 changed files
with
1,322 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
+++ | ||
path = "/" | ||
title = "Publicacions recents" | ||
sort_by = "date" | ||
template = "section.html" | ||
|
||
[extra] | ||
header = {title = "Hola! Soc tabi~", img = "$BASE_URL/img/main.webp" } | ||
section_path = "blog/_index.ca.md" | ||
max_posts = 4 | ||
+++ | ||
|
||
tabi és un tema de [Zola](https://getzola.org) ràpid, lleuger i modern. Té com a objectiu ser una pàgina personal i llar d'entrades de blog. Compta amb una puntuació perfecta de Lighthouse, disseny responsive, tema fosc i clar, shortcodes personalitzats i molt més. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
+++ | ||
path = "/" | ||
title = "Publicaciones recientes" | ||
sort_by = "date" | ||
template = "section.html" | ||
|
||
[extra] | ||
header = {title = "¡Hola! Soy tabi~", img = "$BASE_URL/img/main.webp" } | ||
section_path = "blog/_index.es.md" | ||
max_posts = 4 | ||
+++ | ||
|
||
tabi es un tema de [Zola](https://getzola.org) rápido, ligero y moderno. Su objetivo es ser una página personal y hogar para publicaciones de blogs. Cuenta con una puntuación perfecta en Lighthouse, diseño responsive, tema oscuro y claro, shortcodes personalizados y mucho más. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
+++ | ||
title = "Arxiu" | ||
template = "archive.html" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
+++ | ||
title = "Archivo" | ||
template = "archive.html" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
+++ | ||
title = "Archive" | ||
path = "archive" | ||
template = "archive.html" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
paginate_by = 5 | ||
path = "/blog" | ||
title = "Blog" | ||
sort_by = "date" | ||
template = "section.html" | ||
insert_anchor_links = "left" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
paginate_by = 5 | ||
path = "/blog" | ||
title = "Blog" | ||
sort_by = "date" | ||
template = "section.html" | ||
insert_anchor_links = "left" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
+++ | ||
title = "Gairebé sense JavaScript" | ||
date = 2023-01-06 | ||
updated = 2023-04-28 | ||
description = "JavaScript només s'utilitza quan HTML i CSS no són suficients." | ||
|
||
[taxonomies] | ||
tags = ["funcionalitat"] | ||
+++ | ||
|
||
# JavaScript? | ||
|
||
Aquest tema gairebé no utilitza JavaScript. Inclou uns ~900 bytes de fitxers `.js` amb la lògica per al canvi de tema clar/fosc, que es pot desactivar establint `theme_switcher = false` al fitxer `config.toml`. | ||
|
||
La funcionalitat de KaTex, que requereix carregar un fitxer JavaScript de 274 KB, es pot activar per a publicacions específiques. | ||
|
||
A part d'això, és un tema ràpid amb HTML i CSS. Tal i com hauria de ser (la major part de) la web :-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
+++ | ||
title = "Casi sin JavaScript" | ||
date = 2023-01-06 | ||
updated = 2023-04-28 | ||
description = "JavaScript solo se utiliza cuando HTML y CSS no son suficientes." | ||
|
||
[taxonomies] | ||
tags = ["funcionalidad"] | ||
+++ | ||
|
||
# ¿JavaScript? | ||
|
||
Este tema casi no utiliza JavaScript. Incluye ~900 bytes de código `.js` con la lógica para el interruptor de modo claro/oscuro, el cual puede ser desactivado configurando `theme_switcher = false` en el archivo `config.toml`. | ||
|
||
El soporte de KaTeX, que requiere cargar un archivo JavaScript de 274 KB, puede ser activado para publicaciones específicas. | ||
|
||
Aparte de esto, es un tema rápido con HTML y CSS. Como debería ser (en su mayoría) la web :-) |
Oops, something went wrong.