_data/layouts/post.yml in compost-jekyll-theme-0.1.18 vs _data/layouts/post.yml in compost-jekyll-theme-0.2.1
- old
+ new
@@ -5,28 +5,32 @@
es: "Título del artículo"
en: "Post title"
help:
es: "¡Un título que invite a leer el artículo!"
en: "A title that makes people want to read the post!"
-description:
- type: "text"
- required: true
+content_warning:
+ type: "string"
label:
- es: "Alerta de contenido o descripción del artículo"
- en: "Content warning or post description"
+ es: "Alerta de contenido"
+ en: "Content warning"
help:
es: |
- Resumen del contenido del artículo, que también usarán redes
- sociales y buscadores. Si el artículo trata de violencias y otros
- temas sensibles, te invitamos a usar este campo como alerta de
- contenido, para que las personas puedan determinar cuándo quieren
- abrirlo.
+ Si el artículo trata de violencias y otros temas sensibles, te
+ invitamos a usar este campo como alerta de contenido, para que las
+ personas puedan determinar cuándo quieren abrirlo.
en: |
- Summary of post content, also used by social media and search
- engines. If the post is about violence and other sensitive
- topics, we invite you to use it as a content warning, so others
- can decide when they want to read it.
+ If the post is about violence and other sensitive topics, we
+ invite you to use it as a content warning, so others can decide
+ when they want to read it.
+description:
+ type: "text"
+ label:
+ es: "Descripción del artículo"
+ en: "Post description"
+ help:
+ es: "Descripción del contenido del artículo, que también usarán redes sociales y buscadores."
+ en: "Description of post content, also used by social media and search engines."
subtitle:
type: "string"
label:
es: "Subtítulo del artículo"
en: "Post subtitle"
@@ -66,9 +70,28 @@
es: "Contenido del artículo"
en: "Post content"
help:
es: "Escribe aquí el artículo"
en: "Write your post here"
+activity:
+ type: "boolean"
+ label:
+ es: "Publicar en el Fediverso"
+ en: "Publish to Fediverse"
+ help:
+ es: "Si tu sitio tiene habilitado Social Distributed Press, habilita para publicar en el Fediverso"
+ en: "If your site has Social Distributed Press enabled, tick to publish to the Fediverse"
+ default:
+ es: true
+ en: true
+in_reply_to:
+ type: "url"
+ label:
+ es: "En respuesta a"
+ en: "In reply to"
+ help:
+ es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
+ en: "Add the link to another article to reply to"
show_biography:
type: "boolean"
label:
es: "Mostrar biografía"
en: "Show biography"