Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions blog/members/hellhound.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
blogpost: true
date: 19 Apr, 2024
author: hellhound
location: Lima, Perú
author: Jean-Pierre Chauvel
location: Lima
category: members
language: Español
image: 1
excerpt: 1
---

% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`

Comment on lines +11 to +12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Remove visible reminder; move this as a YAML comment and restore/add a date field.

The inline note will render on the page. Replace it with a YAML comment inside front matter and add the date field per the site’s expected format.

Apply:

-% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
-

Then, in the front matter (above Line 9), add something like:

# NOTA: agregar la fecha de publicación
# date: 2024-04-19  # o el formato usado en el sitio (e.g., "19 Apr, 2024")

Verify the canonical date format used across members:


🏁 Script executed:

#!/bin/bash
rg -nP '^date\s*:\s*' blog/members -C0

Length of output: 507


Remove inline reminder and insert publication date in frontmatter
Remove these lines in blog/members/hellhound.md (11–12):

-% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`

Then, inside the YAML frontmatter (above line 9), add:

# NOTA: agregar la fecha de publicación
date: <DD Mon, YYYY>  # e.g., 19 Apr, 2024

Use the day + three-letter month abbreviation + comma + year format to match existing entries (confirmed via rg -nP '^date\s*:\s*' blog/members).

🤖 Prompt for AI Agents
In blog/members/hellhound.md around lines 11 to 12, remove the inline reminder
comment ("% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost:
true`") and then add a date field into the YAML frontmatter (above line 9) using
the format "date: DD Mon, YYYY" (e.g., 19 Apr, 2024) so it matches existing
entries.

# Jean-Pierre Chauvel

```{gravatar} jean.pierre@chauvel.org
Expand Down Expand Up @@ -64,7 +65,6 @@ class: "member-gravatar"

:Homepage: https://chauvel.org


## Sobre mí

### ¿Quién eres y a qué te dedicas?
Expand Down