refactor: /blog Latest 섹션을 최근 5개로 제한 - #22
Merged
Merged
Conversation
Latest rendered all published posts in a flat list, which fully duplicated Study Notes and Site Notes (already listed in full just above) and re-listed every project post that Project Docs only summarized as a card. As the archive grows this section would keep growing unbounded and the curated sections above it would lose their point. Cap it to the 5 most recent posts across all categories — still gives a chronological pulse without becoming a second full archive on the same page.
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.
Summary
여러 종류의 글이
/blog한 페이지에 어떻게 배치되는지 검토한 결과 반영:Test plan
npm run check통과Note
현재는 최근 활동이 전부 LLM study 글이라 Study Notes와 Latest의 상위 5개가 우연히 겹치는데, 콘텐츠 종류가 다양해지면 자연히 해소되는 부분입니다.
🤖 Generated with Claude Code