From 31fee59eb21ab1ca4d3806da80c3b36338fbf706 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 17 Jul 2023 20:16:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20update=20for=20Hyvor=20T?= =?UTF-8?q?alk=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/blog/javascript.ca.md | 4 ++-- content/blog/javascript.es.md | 4 ++-- content/blog/javascript.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/blog/javascript.ca.md b/content/blog/javascript.ca.md index 6a897fd..1611ac8 100644 --- a/content/blog/javascript.ca.md +++ b/content/blog/javascript.ca.md @@ -17,13 +17,13 @@ Aquest tema no requereix JavaScript obligatori. Opcionalment, pot carregar una q Aquestes dues configuracions es poden aplicar a la secció `[extra]` del teu fitxer `config.toml`. -- [**Comentaris**](@/blog/comments.ca.md). giscus (2 KB) o utterances (1 KB) es poden habilitar globalment configurant `enabled_for_all_posts = true` a la secció correcta de `config.toml` (`[extra.giscus]` o `[extra.utterances]`). +- [**Comentaris**](@/blog/comments.ca.md). giscus (2 KB), utterances (1 KB) o Hyvor Talk (~800 bytes) es poden habilitar globalment configurant `enabled_for_all_posts = true` a la secció correcta de `config.toml` (`[extra.giscus]`, `[extra.utterances]` o `[extra.hyvortalk]`). ### Configuracions específiques de la pàgina Les següents configuracions es poden habilitar en posts específics configurant certes variables a la secció `[extra]` del front matter de la publicació. - [**KaTeX**](@/blog/markdown.ca.md#katex) (274 KB) es pot habilitar amb `katex = true`. -- [**Comentaris**](@/blog/comments.ca.md). Es poden habilitar a publicacions específiques assignant `utterances = true` o `giscus = true`. +- [**Comentaris**](@/blog/comments.ca.md). Es poden habilitar a publicacions específiques assignant el nom del sistema `= true` (per exemple, `hyvortalk = true`). A part d'això, és un tema ràpid amb HTML i CSS que funciona sense JavaScript. Just com hauria de ser (la majoria de) la web :-) diff --git a/content/blog/javascript.es.md b/content/blog/javascript.es.md index 3ebb37c..b96f2b7 100644 --- a/content/blog/javascript.es.md +++ b/content/blog/javascript.es.md @@ -17,13 +17,13 @@ Este tema no tiene JavaScript obligatorio. Opcionalmente, puede cargar una canti Estas dos configuraciones se pueden aplicar en la sección `[extra]` de tu `config.toml`. -- [**Comentarios**](@/blog/comments.es.md). giscus (2 KB) o utterances (1 KB) se pueden habilitar globalmente configurando `enabled_for_all_posts = true` en la sección apropiada de tu archivo `config.toml` (`[extra.giscus]` o `[extra.utterances]`). +- [**Comentarios**](@/blog/comments.es.md). giscus (2 KB), utterances (1 KB) o Hyvor Talk (~800 bytes) se pueden habilitar globalmente configurando `enabled_for_all_posts = true` en la sección apropiada de tu archivo `config.toml` (`[extra.giscus]`, `[extra.utterances]` o `[extra.hyvortalk]`). ### Opciones para publicaciones individuales Las siguientes configuraciones se pueden habilitar en publicaciones específicas configurando ciertas variables en la sección `[extra]` del front matter del post. - [**KaTeX**](@/blog/markdown.es.md#katex) (274 KB) se puede habilitar con `katex = true`. -- [**Comentarios**](@/blog/comments.es.md). Se pueden habilitar en posts específicos configurando `utterances = true` o `giscus = true`. +- [**Comentarios**](@/blog/comments.es.md). Se pueden habilitar en posts específicos configurando el nombre del sistema `= true` (por ejemplo, `hyvortalk = true`). Aparte de eso, es un tema rápido con HTML y CSS que funciona con JavaScript deshabilitado. Como debería ser (en su mayoría) la web :-) diff --git a/content/blog/javascript.md b/content/blog/javascript.md index 85080fa..904131c 100644 --- a/content/blog/javascript.md +++ b/content/blog/javascript.md @@ -17,13 +17,13 @@ This theme has no mandatory JavaScript. Optionally, it can load a minimal amount These two settings can be applied in the `[extra]` section of your `config.toml` file. -- [**Comments**](@/blog/comments.md). giscus (2 KB) or utterances (1 KB) can be globally enabled by setting `enabled_for_all_posts = true` in the right section of your `config.toml` (`[extra.giscus]` or `[extra.utterances]`). +- [**Comments**](@/blog/comments.md). giscus (2 KB), utterances (1 KB) or Hyvor Talk (~800 bytes) can be globally enabled by setting `enabled_for_all_posts = true` in the right section of your `config.toml` (i.e. `[extra.giscus]`, `[extra.utterances]` or `[extra.hyvortalk]`). ### Page-specific settings The following settings can be enabled on specific posts by setting certain variables in the `[extra]` section of the post's front matter. - [**KaTeX** support](@/blog/markdown.md#katex) (274 KB) can be enabled it by setting `katex = true`. -- [**Comments**](@/blog/comments.md) can be enabled on individual posts by setting `utterances = true` or `giscus = true`. +- [**Comments**](@/blog/comments.md) can be enabled on individual posts by setting the name of the system `= true` (e.g. `hyvortalk = true`). Other than that, it's a fast theme with HTML and CSS which works with JavaScript disabled. Just the way (most of) the web should be :-)