Skip to content

refactor(site): 홈과 Resume 공개 경험 정리 - #116

Merged
dev-wooyeon merged 8 commits into
masterfrom
codex/home-philosophy-archive
Jul 20, 2026
Merged

refactor(site): 홈과 Resume 공개 경험 정리#116
dev-wooyeon merged 8 commits into
masterfrom
codex/home-philosophy-archive

Conversation

@dev-wooyeon

Copy link
Copy Markdown
Owner

변경 사항

  • 홈을 철학 문장과 핵심 경로 중심으로 축소하고, 글 탐색을 Archive로 분리했습니다.
  • 2-6-4 사이트 shell과 모바일 탐색, 좌측 외부 링크 레일을 정리했습니다.
  • Resume을 요약 그리드로 재구성하고, 개인 프로젝트와 직접 대응하는 회고글 링크를 추가했습니다.
  • 경로 오류 화면을 콘텐츠 열에 맞는 텍스트 상태로 단순화했습니다.
  • 관련 UI 결정과 검증 기준을 ADR 0036-0045로 기록했습니다.

검증

  • npm run lint
  • npm run lint:css:syntax
  • npm run verify:docs
  • npm run content:audit
  • npm run test:unit (160 passed)
  • npm run build
  • npm run test:e2e (25 passed, 15 skipped)

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ark Ready Ready Preview, Comment Jul 20, 2026 12:25pm

@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review


P2 Badge Keep the lyric-quote check private until cleared

This flips the post to public even though the MDX still contains a multi-line verbatim song lyric excerpt (index.mdx lines 89-90), and the new review note says the lyric quote range is still a follow-up item. Once deployed, the unreviewed excerpt is exposed through the archive/RSS/sitemap, so either keep this private until the quote is cleared or paraphrase/shorten it before publishing.


'group flex min-h-7 items-baseline gap-6 py-0',

P2 Badge Stack archive rows on narrow screens

On mobile /archive, the shell already narrows content to the second grid column, but each archive row still keeps the fixed-width date and title in one horizontal flex row with a 1.5rem gap. Long titles therefore wrap in the small remaining width beside the date instead of getting a full line, making the primary archive list hard to scan on phones; add a small-screen column layout or responsive gap/date placement for this variant.


"visibility": "public",

P2 Badge Keep the book review private until sources are added

This publishes the review while its own review note says the book quotations and experiment/research sources are still follow-up work, and the MDX includes concrete unsourced statistics such as the 14%/58% gear experiment claim. Because public posts are exposed through archive/RSS/sitemap, this should stay private until the cited page/research sources are added or the claims are rewritten as clearly personal takeaways.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

* feat(content): publish revised essays and resume

* fix(site): address PR review feedback

---------
Updated the README to correct link formatting and removed the Three.js section.
* feat(content): 에세이와 이력서 공개 개선

* fix(site): PR 리뷰 피드백 반영

* refactor(blog): 비공개 WebGL 시각화 제거

* docs(content): Three.js 구현 서사 정리

* refactor(site): 전역 내비게이션과 조작 요소 단순화

* refactor(home): 아카이브 탐색 흐름 단순화

* style(site): Graphite Ink 편집 표면 적용

* docs(adr): 사이트 단순화 결정 기록

* refactor(site): 모바일 읽기 흐름 개선

모바일 헤더와 메뉴를 텍스트 중심으로 단순화하고 홈 아카이브에서 날짜와 제목의 읽기 순서를 조정했습니다.\n\nADR 0035에 모바일 아카이브와 메뉴의 반복 규칙을 기록했습니다.

* refactor(blog): 콘텐츠 공개 기준 정리

공개 후보 글을 현재 구조와 검증 기준에 맞춰 리라이팅했습니다.
Redis·Flink 학습 시리즈는 llm-wiki raw·draft로 이관하고 Ark에서 제거했습니다.

---------
홈을 철학 문장과 핵심 경로로 축소하고, 게시글 탐색은 별도 Archive로 분리했습니다.

2-6-4 shell, 모바일 탐색, 글 목록 행, 기존 /blog redirect를 함께 정리했습니다.
회사와 팀 맥락, 프로젝트의 간략 소개·상세 설명·직접 회고 링크만 남겼습니다.

개인 CTR 파이프라인과 데이터 플랫폼 역량을 함께 보여주도록 정리했습니다.
공통 EmptyState 대신 콘텐츠 열에 맞는 상태 표식과 텍스트 재시도 행동을 사용합니다.
홈·Archive shell, Resume 요약과 회고 링크, 경로 오류 상태의 선택 기준을 ADR로 남기고 인덱스를 갱신했습니다.
@dev-wooyeon
dev-wooyeon merged commit c04d9b5 into master Jul 20, 2026
4 checks passed
dev-wooyeon added a commit that referenced this pull request Jul 24, 2026
* feat(content): 에세이 공개 전환과 이력서 그리드 갱신 (#114)

* feat(content): publish revised essays and resume

* fix(site): address PR review feedback

---------

* docs(readme): fix formatting and remove Three.js

Updated the README to correct link formatting and removed the Three.js section.

* refactor(site): 탐색과 읽기 경험 단순화 (#115)

* feat(content): 에세이와 이력서 공개 개선

* fix(site): PR 리뷰 피드백 반영

* refactor(blog): 비공개 WebGL 시각화 제거

* docs(content): Three.js 구현 서사 정리

* refactor(site): 전역 내비게이션과 조작 요소 단순화

* refactor(home): 아카이브 탐색 흐름 단순화

* style(site): Graphite Ink 편집 표면 적용

* docs(adr): 사이트 단순화 결정 기록

* refactor(site): 모바일 읽기 흐름 개선

모바일 헤더와 메뉴를 텍스트 중심으로 단순화하고 홈 아카이브에서 날짜와 제목의 읽기 순서를 조정했습니다.\n\nADR 0035에 모바일 아카이브와 메뉴의 반복 규칙을 기록했습니다.

* refactor(blog): 콘텐츠 공개 기준 정리

공개 후보 글을 현재 구조와 검증 기준에 맞춰 리라이팅했습니다.
Redis·Flink 학습 시리즈는 llm-wiki raw·draft로 이관하고 Ark에서 제거했습니다.

---------

* refactor(site): 홈과 Archive 중심 구조 정리

홈을 철학 문장과 핵심 경로로 축소하고, 게시글 탐색은 별도 Archive로 분리했습니다.

2-6-4 shell, 모바일 탐색, 글 목록 행, 기존 /blog redirect를 함께 정리했습니다.

* refactor(resume): 공개 이력을 요약 그리드로 재구성

회사와 팀 맥락, 프로젝트의 간략 소개·상세 설명·직접 회고 링크만 남겼습니다.

개인 CTR 파이프라인과 데이터 플랫폼 역량을 함께 보여주도록 정리했습니다.

* refactor(ui): 경로 오류를 텍스트 상태로 단순화

공통 EmptyState 대신 콘텐츠 열에 맞는 상태 표식과 텍스트 재시도 행동을 사용합니다.

* docs(adr): 홈과 Resume 정보 구조 결정 기록

홈·Archive shell, Resume 요약과 회고 링크, 경로 오류 상태의 선택 기준을 ADR로 남기고 인덱스를 갱신했습니다.

* test(e2e): stabilize archive spacing check
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.

1 participant