RSS 피드 기능 추가

This commit is contained in:
2026-06-02 18:02:31 +09:00
parent 79009b21e6
commit b5970c8ada
13 changed files with 174 additions and 5 deletions

View File

@@ -106,6 +106,7 @@
- `/posts` - 게시물 전체 목록
- `/post/:slug` - 개별 게시물 상세
- `/rss.xml`, `/feed.xml`, `/rss` - 최근 공개 발행글 RSS 2.0 피드. 멤버십·비공개·초안·예약 대기 글은 포함하지 않으며, 최신순 최대 50개를 XML로 응답한다.
- `/tags` - 태그 전체 목록
- `/tag/:slug` - 태그별 게시물 목록
- `/tag/:slug` 화면의 헤더와 게시물 목록은 공개 목록 공통 섹션 패딩(`site-section-header`, `site-section-body`)을 사용해 메인 컬럼 좌우 여백을 다른 목록 화면과 맞춘다.