Skip to content

[codex] Add homepage post and category lists - #17

Merged
Ridealist merged 2 commits into
masterfrom
codex-homepage-post-category-components
Jun 24, 2026
Merged

[codex] Add homepage post and category lists#17
Ridealist merged 2 commits into
masterfrom
codex-homepage-post-category-components

Conversation

@Ridealist

Copy link
Copy Markdown
Owner

Summary

  • Add reusable homepage includes for recent posts and category links.
  • Render 5 recent posts with title, date, category, and excerpt.
  • Render homepage category links from _data/navigation.yml sidebar-category with post counts.
  • Wire the new includes into the homepage and add compact row/grid styles scoped to homepage.css.

Validation

  • bundle exec jekyll build
  • git diff --check HEAD~2..HEAD
  • Verified local homepage renders 5 recent post rows and 10 category links.
  • Verified Fine-tuning LLMs, 우아한테크코스, 1 post, and 15 posts appear in the local homepage response.
  • Verified existing Sass deprecation warnings from Minimal Mistakes remain unchanged.

Closes #10

@Ridealist
Ridealist marked this pull request as ready for review June 24, 2026 19:10
@Ridealist
Ridealist merged commit 06df643 into master Jun 24, 2026
1 check passed
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.

[Blog MVP 5/7] 홈용 글/카테고리 목록 컴포넌트 추가

1 participant