build: actualiza Hugo, tema PaperMod y dependencias + setup Cursor Cloud#2
Open
fabianhtml wants to merge 4 commits into
Open
build: actualiza Hugo, tema PaperMod y dependencias + setup Cursor Cloud#2fabianhtml wants to merge 4 commits into
fabianhtml wants to merge 4 commits into
Conversation
- Agrega AGENTS.md con instrucciones especificas de Cursor Cloud - Documenta el rango de Hugo compatible (extended 0.125.7-0.155.x) por el cache getjson - Anota submodulo PaperMod, servidor dev, generacion de OG y PATH de Bun
- Quita el cache getjson de hugo.yaml (eliminado en Hugo 0.156.0) - Reemplaza languageCode por locale en la config - Usa .Language.Direction y site.Language.Locale en layouts propios - Actualiza AGENTS.md con el nuevo rango de Hugo soportado
- Avanza el submodulo de v8.0-26 a v8.0-138 (154d006) - Incorpora mejoras de estilo y el hook extend_post_content
- typescript 5.9.3 a 6.0.3 y @types/node 20 a 25 - Cambia moduleResolution a bundler en tsconfig (node10 quedo obsoleto en TS 6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen
Actualiza el stack del blog a sus últimas versiones (sin romper nada) y documenta el entorno para Cursor Cloud.
Actualizaciones
0.155.0→0.163.2(extended): se quitó el cachegetjsondehugo.yaml(eliminado en Hugo 0.156.0) que bloqueaba versiones nuevas.languageCode→localeen la config;.Language.LanguageDirection→.Language.Directionysite.Language.LanguageCode→site.Language.Localeen los layouts propios.v8.0-26→v8.0-138(últimomaster).typescript 5.9.3 → 6.0.3,@types/node 20 → 25;tsconfig.jsonpasa amoduleResolution: bundler(el modonode10quedó obsoleto en TS 6).AGENTS.md: sección## Cursor Cloud specific instructionscon el nuevo rango de Hugo y un warning conocido de RSS del tema.Verificación
bun run build(tsc con TS 6 compila limpio)bun run generate-og(28 imágenes OG)bun run blog:build(193 páginas, Hugo 0.163.2, sin errores)bun run blog:dev(HTTP 200 en home y último post)blog_actualizado_demo.mp4
Home en modo oscuro
Ultimo post renderizado
To show artifacts inline, enable in settings.