Skip to content

Conversation

@MangelRyujin
Copy link
Contributor

@MangelRyujin MangelRyujin commented Sep 4, 2025

Creating a new entry to blog/members for Miguel Angel Fernández Rodríguez (alias: Mangel).

Summary by CodeRabbit

  • New Features

    • Added Spanish-language member profile(s) for Miguel Ángel Fernández Rodríguez (Mangel) including avatar, bio, social link, aliases, location, homepage, and multi-section content.
  • Documentation

    • Updated public authors list to include Miguel Ángel Fernández Rodríguez (Mangel).

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 4, 2025

Walkthrough

Adds two new Spanish-language member profile Markdown files under blog/members/ and appends new author entries to the AUTHORS file; no code or runtime changes.

Changes

Cohort / File(s) Summary of Changes
Authors list update
AUTHORS
Added two entries for Miguel Angel / Miguel Ángel Fernández Rodríguez (Mangel); an Erick Navarro line was re-saved (no semantic change).
Member profile pages
blog/members/mangel-7368b4ac.md, blog/members/mangel-de6021aa.md
Added two Spanish member profile Markdown files with front matter (blogpost/meta), gravatar blocks, GitHub link, aliases, location/homepage, and multi-section bios; minor metadata differences between the files.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • jpchauvel
  • soloidx

Poem

Soy un conejo que firma en la red,
salto en AUTHORS y dejo mi tez.
Un perfil en español florece en Lima,
Mangel sonríe, la comunidad anima. 🥕

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 7

🧹 Nitpick comments (8)
AUTHORS (1)

14-15: Normalize spacing before alias for consistency.

Adjacent lines differ on spacing before parentheses. Pick one style for the whole file; recommendation: include a space for readability.

Example:

-Miguel Ángel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
+Miguel Ángel Fernández Rodríguez (Mangel) <mangelryujin@gmail.com>
blog/members/mangel-7368b4ac.md (2)

13-13: Correct the name accent in the title.

-# Miguel Angel Fernández
+# Miguel Ángel Fernández

48-48: Polish Spanish orthography and nomenclature.

Accents, casing, spacing, and brand names.

-Principalmente usando frameworks como django o fastapi para la construccion de apis o sistemas robustos y escalables . Usando pip, uv y poetry. Y aplicando los principios de SOLID y CLEAN CODE para mantener legibilidad y escalabilidad del código.
+Principalmente usando frameworks como Django o FastAPI para la construcción de APIs o sistemas robustos y escalables. Usando pip, uv y Poetry. Aplicando los principios SOLID y Clean Code para mantener la legibilidad y escalabilidad del código.
blog/members/mangel-de6021aa.md (5)

3-3: Use ISO date format for front matter.

Safer for parsers/sorting.

-date: 04 Sep, 2025
+date: 2025-09-04

12-12: Add accent in the title.

-# Miguel Angel Fernández Rodríguez
+# Miguel Ángel Fernández Rodríguez

45-45: Minor wording/casing cleanups.

-print("Hola Mundo").... Era broma. Programo principalmente usando frameworks como django, fastapi o realizando scripts, dependiendo del alcance y arquitectura del proyecto. Siempre usando las buenas prácticas como SOLID y CLEAN CODE para hacer el código más legible y escalable.
+print("Hola, mundo")… Era broma. Programo principalmente con frameworks como Django o FastAPI, o mediante scripts, según el alcance y la arquitectura del proyecto. Siempre siguiendo buenas prácticas como SOLID y Clean Code para hacer el código más legible y escalable.

49-53: Tone/punctuation tweaks (optional).

Reduce ellipses and stretched interjection; improves readability.

-He contribuido en el paquete de edit-python-pe de la comunidad de Python.pe. Esperemos por más....
+He contribuido al paquete edit-python-pe de la comunidad de Python.pe. ¡Esperemos por más!
-
-¡Yeaaaaaaaaa!
+¡Sí!

31-35: Avoid bare URL to satisfy MD034 (optional).

-:Homepage: https://mangel-portfolio.vercel.app
+:Homepage: <https://mangel-portfolio.vercel.app>
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between dda3ce1 and a62aa54.

📒 Files selected for processing (3)
  • AUTHORS (1 hunks)
  • blog/members/mangel-7368b4ac.md (1 hunks)
  • blog/members/mangel-de6021aa.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
blog/members/mangel-7368b4ac.md

[uncategorized] ~13-~13: Probablemente falta un signo diacrítico.
Context: ...ón debajo de blogpost: true # Miguel Angel Fernández ```{gravatar} mangelryujin@g...

(AI_ES_GGEC_MISSING_ORTHOGRAPHY_DIACRITIC)


[uncategorized] ~32-~32: Posible confusión. Considere aplicar la sugerencia.
Context: ...con> ``` :Aliases: Mangel :Ciudad: Lima :Homepage: http...

(AI_ES_GGEC_REPLACEMENT_CONFUSION)


[uncategorized] ~48-~48: Probablemente falta un signo diacrítico.
Context: ...rameworks como django o fastapi para la construccion de apis o sistemas robustos y escalable...

(AI_ES_GGEC_MISSING_ORTHOGRAPHY_DIACRITIC)


[uncategorized] ~48-~48: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...obustos y escalables . Usando pip, uv y poetry. Y aplicando los principios de SOLID y ...

(AI_ES_GGEC_REPLACEMENT_OTHER)


[uncategorized] ~54-~54: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ... más. ### ¿Estás disponible para hacer mentoring, consultorías, charlas? ¡Yeaaaaaaaaaaa...

(AI_ES_GGEC_REPLACEMENT_ORTHOGRAPHY_SPELLING)

blog/members/mangel-de6021aa.md

[uncategorized] ~12-~12: Probablemente falta un signo diacrítico.
Context: ...pañol image: 1 excerpt: 1 --- # Miguel Angel Fernández Rodríguez ```{gravatar} mang...

(AI_ES_GGEC_MISSING_ORTHOGRAPHY_DIACRITIC)


[uncategorized] ~31-~31: Posible confusión. Considere aplicar la sugerencia.
Context: ...con> ``` :Aliases: Mangel :Ciudad: Lima, Perú :Homepage...

(AI_ES_GGEC_REPLACEMENT_CONFUSION)


[style] ~44-~44: Considere alternativas para este anglicismo (recomendable sobre todo en contextos más formales).
Context: ...ftware ### ¿Cómo programas en Python? print("Hola Mundo").... Era broma. Programo p...

(ES_SIMPLE_REPLACE_ANGLICISM_PREMIUM_PRINT)


[typographical] ~45-~45: Mayúsculas y minúsculas recomendadas.
Context: ...o principalmente usando frameworks como django, fastapi o realizando scripts, dependie...

(AI_ES_GGEC_REPLACEMENT_CASING_LOWERCASE)


[uncategorized] ~49-~49: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...omunidad de Python.pe. Esperemos por más.... ### ¿Estás disponible para hacer mento...

(AI_ES_GGEC_REPLACEMENT_PUNCTUATION)


[uncategorized] ~51-~51: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...s.... ### ¿Estás disponible para hacer mentoring, consultorías, charlas? ¡Yeaaaaaaaaa! ...

(AI_ES_GGEC_REPLACEMENT_ORTHOGRAPHY_SPELLING)

🪛 markdownlint-cli2 (0.17.2)
blog/members/mangel-7368b4ac.md

35-35: Bare URL used

(MD034, no-bare-urls)

blog/members/mangel-de6021aa.md

35-35: Bare URL used

(MD034, no-bare-urls)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: deploy

AUTHORS Outdated
Mario Inga (mario21ic) <mario21ic@gmail.com>
Erick Navarro (erickgnavar) <erick@navarro.io>
Erick Navarro (erickgnavar) <erick@navarro.io>
Miguel Angel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Fix diacritic in the author’s name.

Use the correct accent: “Miguel Ángel Fernández Rodríguez”.

Apply:

-Miguel Angel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
+Miguel Ángel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Miguel Angel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
Miguel Ángel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
🤖 Prompt for AI Agents
In AUTHORS around line 15, the author's name has missing diacritics; replace
"Miguel Angel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>" with the
correctly accented form "Miguel Ángel Fernández Rodríguez (Mangel)
<mangelryujin@gmail.com>" — ensure the accented Á in Ángel and add a space
before the parenthetical nickname for consistent formatting.

excerpt: 1
---

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

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Remove the in-page “NOTA” helper.

This note will render on the page. Delete it and set a proper date in the front matter if this file is kept.

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

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true`
🤖 Prompt for AI Agents
In blog/members/mangel-7368b4ac.md around line 11, remove the in-page helper
comment "% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost:
true`" because it will render on the page; instead delete that line and, if
keeping the post, set the publication date in the YAML front matter (e.g., add
or update a date field) so no visible note remains in the content.

Comment on lines 25 to 27
<a class="external reference" href="https://github.com/MangelRyujin">
<iconify-icon icon="simple-icons:Select.BLANK" style="font-size:2em"></iconify-icon>
</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix invalid icon identifier.

“simple-icons:Select.BLANK” doesn’t exist; use GitHub.

-            <iconify-icon icon="simple-icons:Select.BLANK" style="font-size:2em"></iconify-icon>
+            <iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<a class="external reference" href="https://github.com/MangelRyujin">
<iconify-icon icon="simple-icons:Select.BLANK" style="font-size:2em"></iconify-icon>
</a>
<a class="external reference" href="https://github.com/MangelRyujin">
<iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
</a>
🤖 Prompt for AI Agents
In blog/members/mangel-7368b4ac.md around lines 25 to 27 the icon identifier
"simple-icons:Select.BLANK" is invalid; replace it with the correct GitHub icon
identifier from Simple Icons (e.g., "simple-icons:github") and ensure the icon
element uses that identifier and appropriate aria-label/title for accessibility.


:Ciudad: Lima

:Homepage: https://mangel-portfolio.vecel.app
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Correct homepage domain (typo).

vercel → vercel. Current link won’t resolve.

-:Homepage: https://mangel-portfolio.vecel.app
+:Homepage: https://mangel-portfolio.vercel.app
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
:Homepage: https://mangel-portfolio.vecel.app
:Homepage: https://mangel-portfolio.vercel.app
🤖 Prompt for AI Agents
In blog/members/mangel-7368b4ac.md around line 36, the homepage URL has a typo
("vecel.app"); replace it with the correct domain "vercel.app" so the link
resolves (i.e., change https://mangel-portfolio.vecel.app to
https://mangel-portfolio.vercel.app).

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (2)
blog/members/mangel-de6021aa.md (2)

1-10: Delete the duplicate member page.

Keep this file and remove blog/members/mangel-7368b4ac.md to avoid duplication.


35-35: Fix homepage domain and avoid bare URL.

Correct the Vercel domain and wrap it to satisfy MD034.

-:Homepage: https://mangel-portfolio.vercel.com
+:Homepage: <https://mangel-portfolio.vercel.app>
🧹 Nitpick comments (4)
blog/members/mangel-de6021aa.md (4)

43-46: Polish wording, casing, and punctuation (ES).

-print("Hola Mundo").... Era broma. Programo principalmente usando frameworks como django, fastapi o realizando scripts, dependiendo del alcance y arquitectura del proyecto. Siempre usando las buenas prácticas como SOLID y CLEAN CODE para hacer el código más legible y escalable.
+`print("Hola Mundo")`… Era broma. Programo principalmente usando frameworks como Django, FastAPI o realizando scripts, dependiendo del alcance y la arquitectura del proyecto. Siempre siguiendo buenas prácticas como SOLID y Clean Code para hacer el código más legible y escalable.

49-49: Minor punctuation and tone tweak.

-He contribuido en el paquete de edit-python-pe de la comunidad de python.pe. Esperemos por más....
+He contribuido en el paquete edit-python-pe de la comunidad de python.pe. ¡Esperemos por más!

31-31: Unify label language.

Use singular “Alias” to match Spanish labels.

-:Aliases: Mangel
+:Alias: Mangel

24-24: Add accessible label to the GitHub link.

-        <a class="external reference" href="https://github.com/MangelRyujin">
+        <a class="external reference" href="https://github.com/MangelRyujin" aria-label="GitHub de MangelRyujin">
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between a62aa54 and 9f4757d.

📒 Files selected for processing (2)
  • AUTHORS (1 hunks)
  • blog/members/mangel-de6021aa.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • AUTHORS
🧰 Additional context used
🪛 LanguageTool
blog/members/mangel-de6021aa.md

[uncategorized] ~31-~31: Posible confusión. Considere aplicar la sugerencia.
Context: ...con> ``` :Aliases: Mangel :Ciudad: Lima, Perú :Homepage...

(AI_ES_GGEC_REPLACEMENT_CONFUSION)


[style] ~44-~44: Considere alternativas para este anglicismo (recomendable sobre todo en contextos más formales).
Context: ...ftware ### ¿Cómo programas en Python? print("Hola Mundo").... Era broma. Programo p...

(ES_SIMPLE_REPLACE_ANGLICISM_PREMIUM_PRINT)


[typographical] ~45-~45: Mayúsculas y minúsculas recomendadas.
Context: ...o principalmente usando frameworks como django, fastapi o realizando scripts, dependie...

(AI_ES_GGEC_REPLACEMENT_CASING_LOWERCASE)


[uncategorized] ~49-~49: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...omunidad de python.pe. Esperemos por más.... ### ¿Estás disponible para hacer mento...

(AI_ES_GGEC_REPLACEMENT_PUNCTUATION)


[uncategorized] ~51-~51: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...s.... ### ¿Estás disponible para hacer mentoring, consultorías, charlas? ¡Yeaaaaaaaaa! ...

(AI_ES_GGEC_REPLACEMENT_ORTHOGRAPHY_SPELLING)

🪛 markdownlint-cli2 (0.17.2)
blog/members/mangel-de6021aa.md

35-35: Bare URL used

(MD034, no-bare-urls)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: deploy

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (1)
blog/members/mangel-de6021aa.md (1)

1-10: Keep this file; remove the duplicate member page.

Prior review noted a duplicate (mangel-7368b4ac.md). Proceed with deleting the duplicate to avoid two profiles for the same person.

🧹 Nitpick comments (5)
blog/members/mangel-de6021aa.md (5)

21-28: Add accessible label to the GitHub link.

Improves a11y for screen readers.

-        <a class="external reference" href="https://github.com/MangelRyujin">
+        <a class="external reference" href="https://github.com/MangelRyujin" aria-label="GitHub de Mangel">

35-35: Fix markdownlint MD034 (bare URL).

Wrap the URL in angle brackets.

-:Homepage: https://mangel-portfolio.vercel.app
+:Homepage: <https://mangel-portfolio.vercel.app>

45-45: Minor Spanish/casing and punctuation polish.

Brand names and ellipsis.

-print("Hola Mundo").... Era broma. Programo principalmente usando frameworks como django, fastapi o realizando scripts, dependiendo del alcance y arquitectura del proyecto. Siempre usando las buenas prácticas como SOLID y CLEAN CODE para hacer el código más legible y escalable.
+print("Hola Mundo")… Era broma. Programo principalmente usando frameworks como Django, FastAPI o realizando scripts, dependiendo del alcance y arquitectura del proyecto. Siempre usando las buenas prácticas como SOLID y Clean Code para hacer el código más legible y escalable.

49-49: Ortografía y estilo.

Capitalizar “Python.pe” y usar elipsis tipográfica.

-He contribuido en el paquete de edit-python-pe de la comunidad de python.pe. Esperemos por más....
+He contribuido en el paquete edit-python-pe de la comunidad de Python.pe. Esperemos por más…

53-53: Tono opcional más neutro.

Si prefieren un estilo uniforme en los perfiles, considerar una expresión más breve.

-¡Yeaaaaaaaaa!
+¡Sí!
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 9f4757d and 39c8a91.

📒 Files selected for processing (1)
  • blog/members/mangel-de6021aa.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
blog/members/mangel-de6021aa.md

[uncategorized] ~31-~31: Posible confusión. Considere aplicar la sugerencia.
Context: ...con> ``` :Aliases: Mangel :Ciudad: Lima, Perú :Homepage...

(AI_ES_GGEC_REPLACEMENT_CONFUSION)


[style] ~44-~44: Considere alternativas para este anglicismo (recomendable sobre todo en contextos más formales).
Context: ...ftware ### ¿Cómo programas en Python? print("Hola Mundo").... Era broma. Programo p...

(ES_SIMPLE_REPLACE_ANGLICISM_PREMIUM_PRINT)


[typographical] ~45-~45: Mayúsculas y minúsculas recomendadas.
Context: ...o principalmente usando frameworks como django, fastapi o realizando scripts, dependie...

(AI_ES_GGEC_REPLACEMENT_CASING_LOWERCASE)


[uncategorized] ~49-~49: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...omunidad de python.pe. Esperemos por más.... ### ¿Estás disponible para hacer mento...

(AI_ES_GGEC_REPLACEMENT_PUNCTUATION)


[uncategorized] ~51-~51: Probablemente hay un error. Considere aplicar la sugerencia.
Context: ...s.... ### ¿Estás disponible para hacer mentoring, consultorías, charlas? ¡Yeaaaaaaaaa! ...

(AI_ES_GGEC_REPLACEMENT_ORTHOGRAPHY_SPELLING)

🪛 markdownlint-cli2 (0.17.2)
blog/members/mangel-de6021aa.md

35-35: Bare URL used

(MD034, no-bare-urls)

🔇 Additional comments (2)
blog/members/mangel-de6021aa.md (2)

1-10: Confirm front‑matter date format matches site expectations.

If the site expects ISO dates (YYYY-MM-DD), consider switching to 2025-09-04; otherwise keep as-is for consistency with existing member pages.


14-19: Gravatar block looks good.

@jpchauvel jpchauvel merged commit c5dda24 into pythonpe:main Sep 4, 2025
2 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants