feat: filtro de artículos por tag con páginas dedicadas#24
Merged
Conversation
- Nueva ruta /ensayos/tags/[tag] con página dedicada por cada tag (35 tags) - Tag cloud en /ensayos con todos los tags ordenados por frecuencia - Tags clicables en índice y detalle de artículo - Estilos: hover state, active state, tag cloud layout
- Pagefind indexa 14 ensayos (3344 palabras) post-build - Buscador en /ensayos: busca por título, tags y contenido - Tag cloud con filtrado en cliente: clic en un tag oculta/muestra artículos sin recargar - Tags clicables en artículos aplican el filtro al instante - URL se actualiza con pushState para compartir filtros - data-pagefind-meta/body en páginas de ensayo para indexación precisa - Estilos dark theme para el UI de Pagefind
TellMeAlex
approved these changes
Jun 17, 2026
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.
Qué hace
Añade filtrado de artículos por topic/tag en el sitio:
/ensayos/tags/[tag]— página dedicada por cada uno de los 35 tags existentes/ensayos— todos los tags ordenados por frecuencia, con contador de artículosCambios
src/pages/ensayos/tags/[tag].astrosrc/pages/ensayos/index.astro<a>en vez de<span>src/pages/ensayos/[...slug].astrosrc/styles/site.cssa.tag:hover,.tag--active,.tag-cloud,.tag supBuild
pnpm build→ 63 páginas (35 nuevas de tags), sin errores.