joonyoungyi.github.io — PRD

개요

이준영의 개인 블로그 겸 이력서 사이트. Jekyll 기반 정적 사이트.


표기 원칙


디자인 시스템

기반

색상 팔레트

| 변수 | 값 | 용도 | |——|—–|——| | --color-brand | #ff385c | Rausch Red, 링크 hover, 포인트 | | --color-text | #222222 | 기본 텍스트 (near black, warm) | | --color-text-secondary | #6a6a6a | 날짜, 보조 텍스트 | | --color-text-light | #929292 | 태그 등 가장 연한 텍스트 | | --color-border | #dddddd | 구분선 | | --color-surface | #f7f7f7 | 코드 배경 등 | | #444444 | — | 직함, 논문 제목 (본문보다 살짝 연함) |

폰트 사이즈 체계 (4단계)

| 크기 | 용도 | |——|——| | 1.25rem | 섹션 헤더 h2 (경력, 학력, 논문) | | 1rem | 회사명 h3, 학교명, CONFERENCE/WORKSHOP PAPERS 레이블 | | 0.9375rem | 직함, 논문 제목, 본문 bullet, 상세 내용 | | 0.875rem | 날짜, 학교 부가 설명 (education-note) |

폰트 웨이트

| 요소 | weight | |——|——–| | 섹션 h2, 회사명 h3, CONFERENCE/WORKSHOP 레이블 | 700 | | 직함 (experience-header strong) | 500 | | 논문 제목 (publication-header strong) | 500 | | 본문 bullet, 날짜 | 400 |

색상 규칙

| 요소 | color | |——|——-| | 섹션 h2, 회사명 h3, 본문 bullet | var(--color-text) #222 | | 직함, 논문 제목 | #444444 | | 날짜, CONFERENCE 레이블, education-note | var(--color-text-secondary) #6a6a6a |

카드 / 구분선


레이아웃 간격 원칙

About 페이지 — 경력 섹션

| 요소 | 간격 | |——|——| | experience-company margin-bottom | 2.5rem (회사 간 간격) | | experience-company h3 margin-top | 0 (경력 h2 바로 아래는 붙임) | | experience-item margin-bottom | 1.5rem (역할 간 간격) | | experience-header margin-bottom | 0.25rem | | experience-details li margin-bottom | 0.25rem |

About 페이지 — 학력 섹션

| 요소 | 간격 | |——|——| | education-item margin-bottom | 2rem | | education-header margin-bottom | 0.25rem | | education-details > div margin-bottom | 0.125rem | | education-note margin-top | 0.125rem |

About 페이지 — h2 섹션 헤더

| 요소 | 간격 | |——|——| | about-content h2 margin-top | 3rem | | about-content h2 margin-bottom | 0.25rem |

About 페이지 — 논문 섹션

| 요소 | 간격 | |——|——| | publication-item margin-bottom | 1.5rem | | publication-header margin-bottom | 0.5rem | | CONFERENCE/WORKSHOP h3 margin-top | 2rem | | CONFERENCE/WORKSHOP h3 margin-bottom | 0.75rem |


About 페이지 콘텐츠 원칙

경력 bullet 작성 규칙

논문 섹션 구성


태그 체계 (7종)

포스트 태그는 아래로만 통일:


모바일 대응


로컬 서버

pkill -f jekyll 2>/dev/null; sleep 1
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
cd /Users/joonyoung/workspace/joonyoungyi.github.io
bundle exec jekyll serve --port 4001 --livereload 2>&1 &