Homepage Revamp Design Spec

Date: 2026-03-28 Context: Thomas (Kim Young-Oh, 김영오) is running for his second term as Dean of SNU College of Engineering (33대). The current site was built for his first campaign. This revamp simplifies the site for re-election while keeping the existing Jekyll Advance Pro theme.

Approach

Keep the Jekyll Advance Pro theme and its existing layout system. Restructure pages from the current multi-collection site down to a focused 6-page site (homepage + 5 content pages). Remove unused pages, collections, and navigation items.

Pages

1. Homepage (/)

Layout: home (existing)

Hero section:

'변화의 시작'을 제안한 학장으로서
계속 방향타를 잡고 '변화의 가속' 페달을 밟기 위해
다시 한번 학장 후보로 나섰습니다.

2026년 4월 20~21일
여러분의 한표를 호소합니다

Below hero: 5 navigation buttons (using the theme’s button components):

  1. 33대 학장에 출마하며 → /statement/
  2. 발전계획서 → /vision/
  3. 32대 학장단 실적 → /achievements/
  4. 2년 전의 초심 확인 → /legacy/
  5. 김영오는? → /about/

Removed sections: Promises grid, blog categories, intro tagline, all other homepage sections currently enabled or commented out.

2. 33대 학장에 출마하며 (/statement/)

Layout: basic (existing)

Content: The candidacy statement letter. Current content in pages/statement.md needs a content review/update for the re-election context (it currently reads as a first-time candidacy letter), but the page structure and styling remain the same — photo at top, letter body with section headings.

No hero section (matches current config: hero.enabled: false).

3. 발전계획서 (/vision/)

Layout: basic (existing)

Content: Single long-scroll page rendering all 5 sections (15 subsections) from assets/2026/md/2026-vision-kor.md.

Top of page: Two PDF download buttons:

Body: The full Korean development plan rendered as markdown with all section headings and content. The 5 major sections are:

  1. 교육 (Education)
  2. 창업·대정부 (Entrepreneurship & Government)
  3. 재원·동문 (Funding & Alumni)
  4. 행정·일터 (Administration & Workplace)
  5. 국제화 (Internationalization)

4. 32대 학장단 실적 (/achievements/)

Layout: basic (existing)

Content: Visual storytelling approach combining photos and metrics.

Structure:

Key metrics to feature:

5. 2년 전의 초심 확인 (/legacy/)

Layout: basic (existing)

Content: Placeholder/dummy page for now. Will eventually contain a summary of the first election campaign content. For now, a brief message indicating this content is being prepared.

6. 김영오는? (/about/)

Layout: basic (existing)

Content: Keep the current full academic CV/profile as-is from pages/about.md:

Header Menu (_data/menu.yml)

Simplify to 5 items (flat, no dropdowns):

Weight Title URL
1 33대 학장에 출마하며 /statement/
2 발전계획서 /vision/
3 32대 학장단 실적 /achievements/
4 2년 전의 초심 확인 /legacy/
5 김영오는? /about/

No “Home” item in the nav — clicking the logo returns to homepage (standard pattern already in the theme).

What Gets Removed

Pages to delete or disable:

Collections to remove from _config.yml output:

Note: Collection directories and files can remain in the repo for reference but should be removed from _config.yml collections output so they don’t generate pages.

Unused layouts (can be left in repo but won’t be used):

New Files to Create

  1. pages/vision.md — 발전계획서 page (content from assets/2026/md/2026-vision-kor.md)
  2. pages/achievements.md — 32대 학장단 실적 page (content from assets/2026/md/last-term-highlight.md + photos)
  3. pages/legacy.md — 2년 전의 초심 확인 placeholder page

Files to Modify

  1. pages/home.md — update hero text, remove all sections except hero, add 5 nav buttons
  2. pages/statement.md — content review needed (may keep as-is for now, Thomas to update)
  3. _data/menu.yml — simplify to 5 flat nav items
  4. _config.yml — remove unused collection outputs, update footer config
  5. _layouts/home.html — may need adjustment to support the 5-button layout below hero

Visual Style

No changes to the theme’s visual style:

Open Items