<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
    <title>Linkita</title>
    <subtitle>Un tema de blog para Zola, limpio y elegante. Linkita está basado en Kita y Hugo-Paper, es multilingüe y amigable con el SEO.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://salif.github.io/linkita/es/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://salif.github.io/linkita"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-09-13T00:00:00+00:00</updated>
    <id>https://salif.github.io/linkita/es/atom.xml</id>
    <entry xml:lang="es">
        <title>Componentes</title>
        <published>2026-09-13T00:00:00+00:00</published>
        <updated>2026-09-13T00:00:00+00:00</updated>
        
        <author>
          <name>Default Author</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://salif.github.io/linkita/es/components/"/>
        <id>https://salif.github.io/linkita/es/components/</id>
        
        <content type="html" xml:base="https://salif.github.io/linkita/es/components/">&lt;p&gt;El tema Linkita proporciona múltiples componentes.&lt;/p&gt;
&lt;p&gt;¿Nunca has oído hablar de los componentes? Consulta la &lt;a rel=&quot;external&quot; href=&quot;https://keats.github.io/tera/#components&quot;&gt;documentación de Zola&lt;/a&gt; para más información.&lt;/p&gt;
&lt;h2 id=&quot;componente-mermaid&quot;&gt;Componente Mermaid&lt;/h2&gt;
&lt;p&gt;Para usar Mermaid en tu página, tienes que establecer &lt;code&gt;extra.mermaid = true&lt;/code&gt; en el frontmatter de la página.&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#CD3131, #FFA198);&quot;&gt;+++&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;title&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;El título de tu página&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;mermaid&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt; true&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#CD3131, #FFA198);&quot;&gt;+++&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Luego puedes usar el componente &lt;code&gt;&amp;lt;mermaid&amp;gt;&lt;/code&gt; así:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;mermaid&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;graph TD;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;A--&amp;gt;B;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;A--&amp;gt;C;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;B--&amp;gt;D;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;C--&amp;gt;D;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;mermaid&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Esto se renderizará como:&lt;/p&gt;
&lt;pre class=&quot;mermaid bg-inherit&quot; translate=&quot;no&quot;&gt;
  

graph TD;
A--&gt;B;
A--&gt;C;
B--&gt;D;
C--&gt;D;


&lt;/pre&gt;
&lt;p&gt;Además, puedes usar un bloque de código dentro de los componentes &lt;code&gt;&amp;lt;mermaid&amp;gt;&lt;/code&gt; y el bloque de código será ignorado.&lt;/p&gt;
&lt;p&gt;El bloque de código evita que el formateador rompa el formato de Mermaid.&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;mermaid&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; -%}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;```&lt;/span&gt;&lt;span&gt;mermaid&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;sequenceDiagram&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    participant Alice&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    participant Bob&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    Alice-&amp;gt;&amp;gt;John: Hello John, how are you?&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    loop Healthcheck&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        John-&amp;gt;&amp;gt;John: Fight against hypochondria&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    end&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    Note right of John: Rational thoughts &amp;lt;br/&amp;gt;prevail!&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    John--&amp;gt;&amp;gt;Alice: Great!&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    John-&amp;gt;&amp;gt;Bob: How about you?&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    Bob--&amp;gt;&amp;gt;John: Jolly good!&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;```&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{%- &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;mermaid&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Esto se renderizará como:&lt;/p&gt;
&lt;pre class=&quot;mermaid bg-inherit&quot; translate=&quot;no&quot;&gt;
  
sequenceDiagram
    participant Alice
    participant Bob
    Alice-&gt;&gt;John: Hello John, how are you?
    loop Healthcheck
        John-&gt;&gt;John: Fight against hypochondria
    end
    Note right of John: Rational thoughts &lt;br/&gt;prevail!
    John--&gt;&gt;Alice: Great!
    John-&gt;&gt;Bob: How about you?
    Bob--&gt;&gt;John: Jolly good!

&lt;/pre&gt;
&lt;h2 id=&quot;admonition&quot;&gt;Admonition&lt;/h2&gt;
&lt;p&gt;El componente &lt;code&gt;&amp;lt;admonition&amp;gt;&lt;/code&gt; muestra un banner para ayudarte a poner avisos en tu página.&lt;/p&gt;
&lt;p&gt;Puedes usar el componente así:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;admonition&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; type&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;tip&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; title&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;consejo&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;La admonition de tipo &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);&quot;&gt;tip&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);&quot;&gt;`&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;admonition&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;El componente de admonition tiene 12 tipos diferentes:&lt;/p&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-note);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/note.svg);&quot;
    &gt;
      note
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;nota&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;note&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-abstract);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/abstract.svg);&quot;
    &gt;
      abstract
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;resumen&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;abstract&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-info);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/info.svg);&quot;
    &gt;
      info
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;información&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;info&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-tip);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/tip.svg);&quot;
    &gt;
      tip
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;consejo&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;tip&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-success);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/success.svg);&quot;
    &gt;
      success
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;éxito&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;success&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-question);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/question.svg);&quot;
    &gt;
      question
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;pregunta&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;question&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-warning);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/warning.svg);&quot;
    &gt;
      warning
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;advertencia&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;warning&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-failure);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/failure.svg);&quot;
    &gt;
      failure
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;fallo&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;failure&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-danger);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/danger.svg);&quot;
    &gt;
      danger
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;peligro&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;danger&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-bug);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/bug.svg);&quot;
    &gt;
      bug
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;error&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;bug&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-example);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/example.svg);&quot;
    &gt;
      example
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;ejemplo&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;example&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div
  class=&quot;my-4 flex flex-col rounded-lg bg-(--admonition-bg)&quot;
  style=&quot;--admonition-bg: var(--admonition-quote);&quot;
&gt;
  &lt;div class=&quot;flex items-center rounded-t-lg bg-(--admonition-bg) p-1&quot;&gt;
    &lt;div
      class=&quot;mx-2 h-4 w-4 text-[0px] [background:var(--url)_center_center_no-repeat] dark:invert&quot;
      style=&quot;--url: url(icons/quote.svg);&quot;
    &gt;
      quote
    &lt;/div&gt;
    &lt;span&gt;&lt;strong&gt;cita&lt;/strong&gt;&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;pl-4&quot;&gt;&lt;p&gt;La admonition de tipo &lt;code&gt;quote&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&quot;galeria&quot;&gt;Galería&lt;/h2&gt;
&lt;p&gt;El componente &lt;code&gt;&amp;lt;gallery /&amp;gt;&lt;/code&gt; es una galería de imágenes clicable muy simple, solo con HTML, que muestra todas las imágenes de los assets de la página.&lt;/p&gt;
&lt;p&gt;Proviene de la &lt;a rel=&quot;external&quot; href=&quot;https://www.getzola.org/documentation/content/image-processing/&quot;&gt;documentación de Zola&lt;/a&gt;&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{ &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;gallery&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt; /&amp;gt;&lt;/span&gt;&lt;span&gt; }}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;not-prose flex flex-wrap gap-2&quot;&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/01-zola.png&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/01-zola.ad0a0355240cda2e.png&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/02-zola-manet.png&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/02-zola-manet.548154e0c09eec14.png&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/03-zola-cezanne.png&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/03-zola-cezanne.860a70a4e0777688.png&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/04-gutenberg.jpg&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/04-gutenberg.1fc322ebc0ee85d5.jpg&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/05-example.jpg&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/05-example.cc0357d1d2f74077.jpg&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/06-example.jpg&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/06-example.6d44aa1e3272f516.jpg&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/07-example.jpg&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/07-example.bc1c6a7baeebcde1.jpg&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
  &lt;a href=&quot;https://salif.github.io/linkita/es/components/08-example.jpg&quot; target=&quot;_blank&quot;&gt;
    &lt;img class=&quot;rounded-lg&quot; src=&quot;https://salif.github.io/linkita/processed_images/08-example.9d29c5def4caf476.jpg&quot; alt=&quot;Imagen de demostración para la galería&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;h2 id=&quot;proyectos&quot;&gt;Proyectos&lt;/h2&gt;
&lt;p&gt;El componente &lt;code&gt;&amp;lt;projects /&amp;gt;&lt;/code&gt; te permite crear una página para tus proyectos.&lt;/p&gt;
&lt;p&gt;Crea un archivo &lt;code&gt;content/pages/projects/index.md&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;+++&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;title = &amp;quot;Mis Proyectos&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;description = &amp;quot;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;path = &amp;quot;projects&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;+++&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{ &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;projects&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; path&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;data.toml&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; format&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;toml&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt; /&amp;gt;&lt;/span&gt;&lt;span&gt; }}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Crea un archivo &lt;code&gt;content/pages/projects/data.toml&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;project&lt;/span&gt;&lt;span&gt;]]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;lorem&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;desc&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;Lorem ipsum dolor sit.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;tags&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span&gt; [&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;lorem&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;ipsum&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;links&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span&gt; [&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    {&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;homepage&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; url&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;https://example.com&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; }&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    {&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;source&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; url&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;https://example.com&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; }&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Esto se mostrará como:&lt;/p&gt;
&lt;div class=&quot;not-prose text-base leading-7 block-bg my-4 flex w-full flex-col rounded-lg px-5 py-1.5&quot;&gt;
  &lt;h2 class=&quot;my-2 text-xl font-bold text-black dark:text-white&quot;&gt;lorem&lt;/h2&gt;
  &lt;p&gt;Lorem ipsum dolor sit.&lt;/p&gt;
  &lt;div class=&quot;my-2 flex flex-wrap items-center justify-between&quot;&gt;
    &lt;div class=&quot;flex flex-wrap gap-x-2 text-sm opacity-80&quot;&gt;
      &lt;span&gt;#lorem&lt;/span&gt;
      &lt;span&gt;#ipsum&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;flex flex-wrap gap-x-2&quot;&gt;
      &lt;a
        class=&quot;underline&quot;
        href=&quot;https://example.com&quot;
        target=&quot;_blank&quot;
      &gt;homepage&lt;/a&gt;
      &lt;a
        class=&quot;underline&quot;
        href=&quot;https://example.com&quot;
        target=&quot;_blank&quot;
      &gt;source&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</content>
        
    </entry>
    <entry xml:lang="es">
        <title>Cambio a Zola 0.23.4</title>
        <published>2026-09-12T00:00:00+00:00</published>
        <updated>2026-09-12T00:00:00+00:00</updated>
        
        <author>
          <name>Default Author</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://salif.github.io/linkita/es/update-2/"/>
        <id>https://salif.github.io/linkita/es/update-2/</id>
        
        <content type="html" xml:base="https://salif.github.io/linkita/es/update-2/">&lt;p&gt;Zola v0.23 reemplazó su motor de plantillas, Tera, por una nueva versión principal (Tera v2). El propio proyecto Zola lo califica como&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;probablemente la versión con más cambios disruptivos que jamás tendrá Zola&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;y las plantillas de Linkita tuvieron que ser reescritas para adaptarse a ella. Esta página te guía paso a paso para migrar un sitio Linkita de Zola v0.22.1 a Zola v0.23.4.&lt;/p&gt;
&lt;h2 id=&quot;cambio-de-repositorio&quot;&gt;Cambio de repositorio&lt;/h2&gt;
&lt;p&gt;Linkita se trasladó simultáneamente de Codeberg a GitHub. Si todavía estás utilizando el repositorio de Codeberg, primero debes cambiar al repositorio de GitHub. Para los usuarios de submódulos de git, aquí están las instrucciones:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; init&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; config&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt; -&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt;f&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; .gitmodules&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;themes/linkita&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;.url&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; https://github.com/salif/linkita.git&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; config&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt; -&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt;f&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; .gitmodules&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;themes/linkita&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;.branch&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; tera1&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; sync&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; update&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; add&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; .gitmodules&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&quot;para-quien-es-esta-guia&quot;&gt;Para quién es esta guía&lt;/h2&gt;
&lt;p&gt;Esta guía es para ti si tu sitio actualmente utiliza Linkita en la rama &lt;code&gt;tera1&lt;/code&gt; (o en &lt;code&gt;linkita&lt;/code&gt; / &lt;code&gt;v4&lt;/code&gt;) con Zola v0.22.1 o anterior.&lt;/p&gt;
&lt;p&gt;Si todavía no deseas actualizar Zola, no tienes que hacer nada: la rama &lt;code&gt;tera1&lt;/code&gt; seguirá funcionando con versiones antiguas de Zola y no desaparecerá.&lt;/p&gt;
&lt;h2 id=&quot;paso-1-actualizar-zola-a-v0-23-4&quot;&gt;Paso 1: Actualizar Zola a v0.23.4&lt;/h2&gt;
&lt;p&gt;Instala Zola v0.23.4 o más reciente. Comprueba tu versión instalada con:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;zola&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt; -&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt;-version&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Zola v0.23 es un salto importante. Echa un vistazo al &lt;a rel=&quot;external&quot; href=&quot;https://github.com/getzola/zola/blob/master/CHANGELOG.md#0230-2026-08-05&quot;&gt;registro de cambios de Zola v0.23.0&lt;/a&gt; si tu sitio tiene plantillas personalizadas más allá de las propias de Linkita; el resto de esta guía solo cubre lo que cambió en Linkita.&lt;/p&gt;
&lt;h2 id=&quot;paso-2-cambiar-a-la-rama-main&quot;&gt;Paso 2: Cambiar a la rama &lt;code&gt;main&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;La rama &lt;code&gt;main&lt;/code&gt; de Linkita ahora apunta a Zola v0.23.0+. La rama &lt;code&gt;tera1&lt;/code&gt; permanece en el antiguo motor de plantillas para Zola v0.22.1 y anteriores.&lt;/p&gt;
&lt;p&gt;Si instalaste Linkita como un submódulo de git:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; set-branch&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt; -&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt;-branch&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; main&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; themes/linkita&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; submodule&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; update&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt; -&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #79C0FF);&quot;&gt;-remote&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; themes/linkita&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&quot;paso-3-actualizar-tu-zola-toml-config-toml&quot;&gt;Paso 3: Actualizar tu &lt;code&gt;zola.toml&lt;/code&gt; / &lt;code&gt;config.toml&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Revisa cada uno de los siguientes puntos. Ninguno de ellos es impuesto estrictamente por Zola; las claves antiguas que queden no romperán la compilación, pero dejarán de funcionar silenciosamente, por lo que vale la pena limpiarlas.&lt;/p&gt;
&lt;h3 id=&quot;enlaces-de-menu-y-redes-sociales-base-url-base&quot;&gt;Enlaces de menú y redes sociales: &lt;code&gt;$BASE_URL&lt;/code&gt; → &lt;code&gt;@base&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;$BASE_URL&lt;/code&gt; en &lt;code&gt;extra.menus&lt;/code&gt;, las URL &lt;code&gt;social&lt;/code&gt; de perfil y &lt;code&gt;extra.footer.license_url&lt;/code&gt; ahora se escriben &lt;code&gt;@base&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;toml&quot; data-name=&quot;zola.toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;menus&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;menu_name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span&gt; [&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  {&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; url&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;$BASE_URL/blog/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;Archivo&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; }&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;menus&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;menu_name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span&gt; [&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  {&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; url&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;@base/blog/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; name&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;Archivo&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; }&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;El mismo renombramiento se aplica a las entradas &lt;code&gt;social&lt;/code&gt; de un perfil y a &lt;code&gt;extra.footer.license_url&lt;/code&gt;. También puedes usar los &lt;a rel=&quot;external&quot; href=&quot;https://www.getzola.org/documentation/content/linking/#internal-links&quot;&gt;enlaces internos de Zola&lt;/a&gt; (&lt;code&gt;@/...&lt;/code&gt;) en lugar de &lt;code&gt;@base&lt;/code&gt; si lo prefieres.&lt;/p&gt;
&lt;p&gt;También hay un nuevo prefijo &lt;code&gt;@lang&lt;/code&gt; para URL de menús/redes sociales que resuelve una ruta dentro de un idioma específico, si lo necesitas.&lt;/p&gt;
&lt;p&gt;Ten en cuenta que esto &lt;strong&gt;no&lt;/strong&gt; se aplica a &lt;code&gt;extra.footer.copyright&lt;/code&gt;: esa cadena sigue usando &lt;code&gt;$BASE_URL&lt;/code&gt;, &lt;code&gt;$YEAR&lt;/code&gt; y &lt;code&gt;$LICENSE_URL&lt;/code&gt; como antes:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;toml&quot; data-name=&quot;zola.toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;footer&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;copyright&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;amp;copy;&amp;amp;nbsp;$YEAR Tu Nombre &amp;amp;vert; [CC BY-SA 4.0]($LICENSE_URL)&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&quot;perfiles-configuracion-de-open-graph-simplificada&quot;&gt;Perfiles: Configuración de Open Graph simplificada&lt;/h3&gt;
&lt;p&gt;La subtabla &lt;code&gt;[extra.profiles.&amp;lt;user&amp;gt;.open_graph]&lt;/code&gt; ha desaparecido. &lt;code&gt;image&lt;/code&gt; e &lt;code&gt;image_alt&lt;/code&gt; subieron un nivel y fueron renombradas, &lt;code&gt;fediverse_creator&lt;/code&gt; también subió un nivel, y los campos específicos de Facebook (&lt;code&gt;first_name&lt;/code&gt;, &lt;code&gt;last_name&lt;/code&gt;, &lt;code&gt;username&lt;/code&gt;, &lt;code&gt;gender&lt;/code&gt;, &lt;code&gt;fb_app_id&lt;/code&gt;, &lt;code&gt;fb_admins&lt;/code&gt;) junto con la sección de traducción de Open Graph por idioma fueron eliminados por completo:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;toml&quot; data-name=&quot;zola.toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;profiles&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;your_username&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;open_graph&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;image&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;cover.png&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;image_alt&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;Una descripción&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;fediverse_creator&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; handle&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;me&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; domain&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;mastodon.social&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; }&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;profiles&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;your_username&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; ...avatar_url, name, bio, social, etc. como antes, más:&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;og_image&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;cover.png&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;og_image_alt&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;Una descripción&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;fediverse_creator&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; handle&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;me&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt; domain&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;mastodon.social&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span&gt; }&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Si dependías de &lt;code&gt;first_name&lt;/code&gt; / &lt;code&gt;last_name&lt;/code&gt; / &lt;code&gt;gender&lt;/code&gt; / &lt;code&gt;fb_app_id&lt;/code&gt; / &lt;code&gt;fb_admins&lt;/code&gt;, o de una sobrescritura por idioma &lt;code&gt;open_graph.languages.&amp;lt;lang&amp;gt;.image_alt&lt;/code&gt;, no hay un reemplazo directo: el tema ya no emite esos campos de Open Graph.&lt;/p&gt;
&lt;h3 id=&quot;opciones-de-idioma-locale-eliminado-cambio-en-el-formato-de-fecha&quot;&gt;Opciones de idioma: &lt;code&gt;locale&lt;/code&gt; eliminado, cambio en el formato de fecha&lt;/h3&gt;
&lt;p&gt;El filtro &lt;code&gt;date&lt;/code&gt; de Zola ya no admite un argumento &lt;code&gt;locale&lt;/code&gt;, por lo que la variable &lt;code&gt;extra.languages.&amp;lt;lang&amp;gt;.locale&lt;/code&gt; (p. ej., &lt;code&gt;locale = &quot;fr_FR&quot;&lt;/code&gt;) ha sido eliminada. El formato de fecha pasó del paquete &lt;code&gt;chrono&lt;/code&gt; a &lt;code&gt;jiff&lt;/code&gt;, por lo que las cadenas &lt;code&gt;date_format&lt;/code&gt; ahora se interpretan según la &lt;a rel=&quot;external&quot; href=&quot;https://docs.rs/jiff/latest/jiff/fmt/strtime/index.html#conversion-specifications&quot;&gt;referencia strftime de jiff&lt;/a&gt; en lugar de la de chrono.&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;toml&quot; data-name=&quot;zola.toml&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;languages&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;fr&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;locale&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;fr_FR&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;date_format&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;%x&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#008000, #8B949E);&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;[&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;extra&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;languages&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000000, #FFA657);&quot;&gt;fr&lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;date_format&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;%F&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#001080, #E6EDF3);&quot;&gt;num_format&lt;/span&gt;&lt;span&gt; =&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;fr&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;El efecto práctico: si dependías de &lt;code&gt;locale&lt;/code&gt; para mostrar nombres de meses/días traducidos (mediante tokens como &lt;code&gt;%B&lt;/code&gt; o &lt;code&gt;%A&lt;/code&gt;), eso ya no ocurre automáticamente. Comprueba tus tokens de &lt;code&gt;date_format&lt;/code&gt; con la documentación de jiff: es posible que desees cambiar a un formato exclusivamente numérico o aceptar que los nombres de mes/día se representen según lo que jiff genere por defecto para ese token. &lt;code&gt;num_format&lt;/code&gt; (para el formato de números, no relacionado con fechas) no cambia y sigue siendo por idioma.&lt;/p&gt;
&lt;h3 id=&quot;disable-javascript-eliminado&quot;&gt;&lt;code&gt;disable_javascript&lt;/code&gt; eliminado&lt;/h3&gt;
&lt;p&gt;La variable de configuración &lt;code&gt;extra.disable_javascript&lt;/code&gt;, que permitía suprimir el JS del tema y reimplementarlo mediante inyecciones (injects), ha sido eliminada.&lt;/p&gt;
&lt;h3 id=&quot;enlaces-de-documentacion&quot;&gt;Enlaces de documentación&lt;/h3&gt;
&lt;p&gt;Si enlazas a la documentación de Linkita en algún lugar, ten en cuenta que la demostración de shortcodes se movió de &lt;code&gt;/shortcodes/&lt;/code&gt; a &lt;code&gt;/components/&lt;/code&gt; (p. ej., la función de proyectos ahora está documentada en &lt;code&gt;https://salif.github.io/linkita/components/#projects&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;La documentación de la imagen de portada se aclaró para indicar que &lt;code&gt;extra.cover.image&lt;/code&gt; acepta tanto un nombre de archivo de los recursos de la página como una ruta compatible con &lt;code&gt;get_url&lt;/code&gt;; esto ya funcionaba antes, pero no estaba explicado explícitamente.&lt;/p&gt;
&lt;h2 id=&quot;paso-4-actualizar-tu-contenido-los-shortcodes-ahora-son-componentes&quot;&gt;Paso 4: Actualizar tu contenido – los shortcodes ahora son componentes&lt;/h2&gt;
&lt;p&gt;Este es el cambio con más probabilidades de afectar a tus publicaciones existentes.&lt;/p&gt;
&lt;p&gt;Zola v0.23 eliminó los shortcodes por completo. Ya no existe el directorio &lt;code&gt;templates/shortcodes/&lt;/code&gt;, y el estilo antiguo de invocación como llamada a función en Markdown (con o sin cuerpo) ha desaparecido: ambas formas ahora fallan la compilación con un error de &quot;unknown function&quot; / &quot;unknown tag&quot;. En su lugar, tus archivos &lt;code&gt;.md&lt;/code&gt; son procesados directamente por Tera igual que las plantillas &lt;code&gt;.html&lt;/code&gt;, y llamas a los &lt;strong&gt;componentes&lt;/strong&gt; integrados de Linkita usando la nueva sintaxis de llamada de Tera v2.&lt;/p&gt;
&lt;p&gt;Un componente con cuerpo se llama así (observa que el símbolo de porcentaje y la llave envuelven las etiquetas de corchetes angulares, no llaves dobles):&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;component_name&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; arg&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;contenido del cuerpo&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;component_name&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Un componente sin cuerpo (autocerrado) usa llaves dobles en su lugar:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;component_name&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; arg&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;value&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt; /&amp;gt;&lt;/span&gt;&lt;span&gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&quot;cuadros-de-aviso-admonition&quot;&gt;Cuadros de aviso (Admonition)&lt;/h3&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% admonition(type=&amp;quot;note&amp;quot;, title=&amp;quot;Una nota&amp;quot;) %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Este es el cuerpo de una &lt;/span&gt;&lt;span style=&quot;color: light-dark(#000080, #E6EDF3);font-weight: bold;&quot;&gt;**&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000080, #E6EDF3);font-weight: bold;&quot;&gt;nota&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000080, #E6EDF3);font-weight: bold;&quot;&gt;**&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% end %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;admonition&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; type&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;note&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; title&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;Una nota&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;Este es el cuerpo de una &lt;/span&gt;&lt;span style=&quot;color: light-dark(#000080, #E6EDF3);font-weight: bold;&quot;&gt;**&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000080, #E6EDF3);font-weight: bold;&quot;&gt;nota&lt;/span&gt;&lt;span style=&quot;color: light-dark(#000080, #E6EDF3);font-weight: bold;&quot;&gt;**&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;admonition&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&quot;galeria-gallery&quot;&gt;Galería (Gallery)&lt;/h3&gt;
&lt;p&gt;Galería ahora necesita que &lt;code&gt;page&lt;/code&gt; y &lt;code&gt;config&lt;/code&gt; se pasen explícitamente (los componentes de Tera v2 no tienen acceso implícito a page/config como los antiguos shortcodes; se pasan por nombre y, como los nombres de las variables coinciden con los de los parámetros, simplemente puedes escribir &lt;code&gt;page config&lt;/code&gt;):&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{ gallery() }}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;gallery&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; page&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; config&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; alt&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt; /&amp;gt;&lt;/span&gt;&lt;span&gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&quot;mermaid&quot;&gt;Mermaid&lt;/h3&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% mermaid() %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;```&lt;/span&gt;&lt;span&gt;mermaid&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;graph TD;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;A--&amp;gt;B;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;```&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% end %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;mermaid&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; -%}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;```&lt;/span&gt;&lt;span&gt;mermaid&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;graph TD;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;A--&amp;gt;B;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;```&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{%- &lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;mermaid&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span&gt; %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Usa los guiones para recortar espacios en blanco mostrados arriba (justo después del porcentaje de apertura y justo antes del porcentaje de cierre); sin ellos, la línea en blanco inicial previa al bloque no se elimina y el diagrama se renderiza mostrando los delimitadores &lt;code&gt;```mermaid&lt;/code&gt; visibles en lugar de ser limpiados por el componente.&lt;/p&gt;
&lt;h3 id=&quot;proyectos-projects&quot;&gt;Proyectos (Projects)&lt;/h3&gt;
&lt;p&gt;Proyectos también necesita ahora que &lt;code&gt;page&lt;/code&gt; y &lt;code&gt;config&lt;/code&gt; se pasen explícitamente:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Antes&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{ projects(path=&amp;quot;data.toml&amp;quot;, format=&amp;quot;toml&amp;quot;) }}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #79C0FF);font-weight: bold;&quot;&gt; Después&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{{&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #7EE787);&quot;&gt;projects&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; path&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;data.toml&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; format&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;toml&lt;/span&gt;&lt;span style=&quot;color: light-dark(#0000FF, #A5D6FF);&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; page&lt;/span&gt;&lt;span style=&quot;color: light-dark(#E50000, #79C0FF);&quot;&gt; config&lt;/span&gt;&lt;span style=&quot;color: light-dark(#800000, #E6EDF3);&quot;&gt; /&amp;gt;&lt;/span&gt;&lt;span&gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&quot;si-escribes-sobre-sintaxis-de-tera-en-tus-publicaciones&quot;&gt;Si escribes sobre sintaxis de Tera en tus publicaciones&lt;/h3&gt;
&lt;p&gt;Dado que los archivos &lt;code&gt;.md&lt;/code&gt; ahora son procesados por Tera antes de que se analice Markdown, las etiquetas literales de Tera dentro de un bloque de código —como los ejemplos anteriores— se ejecutarán realmente en lugar de mostrarse, incluso dentro de bloques de tres tildes graves. Envuelve cualquier ejemplo similar en un bloque &lt;code&gt;raw&lt;/code&gt; para mostrarlo literalmente.&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;markdown&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% raw %}&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;...&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{% endraw %}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&quot;paso-5-archivos-de-idioma-personalizados&quot;&gt;Paso 5: Archivos de idioma personalizados&lt;/h2&gt;
&lt;p&gt;Si añadiste un archivo personalizado &lt;code&gt;static/i18n/&amp;lt;lang&amp;gt;.json&lt;/code&gt;, sincroniza tus cambios con el archivo de idioma predeterminado del tema.&lt;/p&gt;
&lt;h2 id=&quot;paso-6-avanzado-sobrescrituras-de-plantillas-o-inyecciones-personalizadas&quot;&gt;Paso 6 (avanzado): Sobrescrituras de plantillas o inyecciones personalizadas&lt;/h2&gt;
&lt;p&gt;Omite esta sección a menos que hayas sobrescrito alguna de las plantillas de Linkita o llames a sus macros internas directamente desde tus propias plantillas o inyecciones.&lt;/p&gt;
&lt;p&gt;Las macros de Tera v1 han desaparecido en Tera v2, reemplazadas por &lt;strong&gt;componentes&lt;/strong&gt;, que se llaman globalmente por nombre (ya no hay &lt;code&gt;{% import %}&lt;/code&gt; ni espacio de nombres &lt;code&gt;self::&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;Otros cambios de sintaxis en Tera v2 visibles en las plantillas, en caso de que tus sobrescrituras los utilicen:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;trim_start_matches(pat=...)&lt;/code&gt; / &lt;code&gt;trim_end_matches(pat=...)&lt;/code&gt; ahora son &lt;code&gt;trim_start(pat=...)&lt;/code&gt; / &lt;code&gt;trim_end(pat=...)&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;linebreaksbr&lt;/code&gt; ahora es &lt;code&gt;newlines_to_br&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;default(value=x)&lt;/code&gt; necesita añadir &lt;code&gt;boolean=true&lt;/code&gt; (&lt;code&gt;default(value=x, boolean=true)&lt;/code&gt;) para tratar cadenas vacías/&lt;code&gt;false&lt;/code&gt; como &quot;usar el valor por defecto&quot;; sin ello, solo un valor verdaderamente no definido/null activa el valor predeterminado.&lt;/li&gt;
&lt;li&gt;El encadenamiento opcional (&lt;code&gt;?.&lt;/code&gt; / &lt;code&gt;?[...]&lt;/code&gt;) está disponible y se usa en todas partes para leer valores de configuración de forma segura.&lt;/li&gt;
&lt;li&gt;El contexto global (&lt;code&gt;page&lt;/code&gt;, &lt;code&gt;config&lt;/code&gt;, &lt;code&gt;lang&lt;/code&gt;, etc.) ya no está disponible implícitamente dentro de un componente como lo estaba en una macro: los componentes lo declaran y reciben explícitamente, por lo que verás parámetros &lt;code&gt;page: map&lt;/code&gt;, &lt;code&gt;config: map&lt;/code&gt; a lo largo de las nuevas plantillas.&lt;/li&gt;
&lt;li&gt;Las plantillas personalizadas &lt;code&gt;templates/sitemap.xml&lt;/code&gt; y &lt;code&gt;templates/split_sitemap_index.xml&lt;/code&gt; fueron eliminadas del tema. Si habías sobrescrito alguna de ellas, comprueba si todavía la necesitas.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Para conocer en detalle todo lo que cambió en Tera, consulta la &lt;a rel=&quot;external&quot; href=&quot;https://github.com/Keats/tera/blob/master/MIGRATION.md&quot;&gt;guía de migración de Tera v1 a v2&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;paso-7-reconstruir-y-verificar&quot;&gt;Paso 7: Reconstruir y verificar&lt;/h2&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#000000, #E6EDF3); background-color: light-dark(#FFFFFF, #0D1117);&quot; &gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: light-dark(#795E26, #FFA657);&quot;&gt;zola&lt;/span&gt;&lt;span style=&quot;color: light-dark(#A31515, #A5D6FF);&quot;&gt; build&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Luego revisa, especialmente:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Que los elementos del menú y los iconos sociales apunten a las URL correctas (el cambio &lt;code&gt;@base&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Que la imagen/descripción Open Graph de tu perfil y la etiqueta de enlace de verificación de Fediverse estén presentes en el &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; de la página.&lt;/li&gt;
&lt;li&gt;Que el formato de fechas en idiomas distintos al inglés se vea correcto: este es el aspecto más propenso a haber cambiado silenciosamente (ya no hay nombres de mes/día traducidos por locale).&lt;/li&gt;
&lt;li&gt;Que cualquier cuadro de aviso, galería, diagrama Mermaid o página de proyectos se renderice correctamente.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;obtener-ayuda&quot;&gt;Obtener ayuda&lt;/h2&gt;
&lt;p&gt;Si algo no coincide con lo descrito aquí, consulta el &lt;a rel=&quot;external&quot; href=&quot;https://github.com/salif/linkita/blob/main/README.md&quot;&gt;README&lt;/a&gt; y el &lt;a rel=&quot;external&quot; href=&quot;https://github.com/salif/linkita/blob/main/CHANGELOG.md&quot;&gt;CHANGELOG&lt;/a&gt; en la rama &lt;code&gt;main&lt;/code&gt;, o &lt;a rel=&quot;external&quot; href=&quot;https://github.com/salif/linkita/discussions&quot;&gt;inicia una discusión&lt;/a&gt;.&lt;/p&gt;
</content>
        
    </entry>
    <entry xml:lang="es">
        <title>Composición de Fórmulas Matemáticas</title>
        <published>2024-11-08T00:00:00+00:00</published>
        <updated>2024-11-08T00:00:00+00:00</updated>
        
        <author>
          <name>Default Author</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://salif.github.io/linkita/es/math-typesetting/"/>
        <id>https://salif.github.io/linkita/es/math-typesetting/</id>
        
        <summary type="html">&lt;p&gt;El tema Linkita soporta fórmulas matemáticas de $\LaTeX$ usando &lt;a rel=&quot;external&quot; href=&quot;https://katex.org/&quot;&gt;KaTeX&lt;/a&gt;.&lt;/p&gt;</summary>
        
    </entry>
    <entry xml:lang="es">
        <title>Guía de Sintaxis Markdown</title>
        <published>2023-10-20T00:00:00+00:00</published>
        <updated>2023-10-20T00:00:00+00:00</updated>
        
        <author>
          <name>Default Author</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://salif.github.io/linkita/es/markdown-syntax/"/>
        <id>https://salif.github.io/linkita/es/markdown-syntax/</id>
        
        <summary type="html">&lt;p&gt;Este artículo ofrece una muestra de la sintaxis básica de Markdown que se puede utilizar en los archivos de contenido de Zola. También muestra si los elementos HTML básicos están decorados con CSS en el tema Linkita.&lt;/p&gt;</summary>
        
    </entry>
</feed>
