index.html points to the current year (/GenAIRecP2025)_pages_layouts, _includes, _sass, and assets/js|css come from Minimal Mistakes with light customization/Each year has:
pages/GenAIRecP{YEAR}/index.md with front matter blocks for:
permalink, titles, layout: splash, masthead, and navigation (anchors and CfP link)keynote array for featured speakers (rendered with ``)
panelists array (rendered with ``)
organizers array (rendered with ``)
pages/GenAIRecP{YEAR}/call-for-papers.mdassets/images/GenAIRecP{YEAR}/assets/papers/GenAIRecP{YEAR}/_data/:
_data/papers{YEAR}.yml_data/pc-members{YEAR}.ymlpages/GenAIRecP2024/index.md, pages/GenAIRecP2024/call-for-papers.md_data/papers2024.yml, _data/pc-members2024.ymlassets/images/GenAIRecP2024/; PDFs in assets/papers/GenAIRecP2024/site.data.papers2024 and shows PC by iterating site.data.pc-members2024pages/GenAIRecP2025/index.md, pages/GenAIRecP2025/call-for-papers.md_data/papers2025.yml, _data/pc-members2025.ymlassets/images/GenAIRecP2025/; PDFs in assets/papers/GenAIRecP2025/site.data.papers2025 (supports optional award flag)index.html uses a meta refresh + canonical link to redirect to the current year path (presently /GenAIRecP2025)navigation block (anchors: schedule, keynotes, panelists, organizers)site.data.papers{YEAR} and displays:
title, authorsabstract via collapsible panelPDF link and code link; new_dataset toggles button labelaward shown as a badgekeynote, panelists, organizers) drive `` components from Minimal Mistakes
image_path, alt, title or excerpt with rich HTML/markdown, and optional bio_data/pc-members{YEAR}.yml into two columns using Liquid with limit and offsetpages/GenAIRecP2025/ → pages/GenAIRecP2026/permalink: /GenAIRecP2026, titles, dates, location, navigation URLs, schedule table, and speaker/panelist/organizer arrays_data/papers2026.yml (accepted papers)_data/pc-members2026.yml (program committee)assets/images/GenAIRecP2026/ (headshots, banners)assets/papers/GenAIRecP2026/ (PDFs); update PDF paths in _data/papers2026.ymlindex.html to URL=/GenAIRecP2026 and canonical href accordingly_data/navigation.yml if you want explicit links to prior editions or sections_config.yml remain (Moment/jstz) for timezone displaypages/GenAIRecP2026/index.md created and content updatedpages/GenAIRecP2026/call-for-papers.md created and content updated_data/papers2026.yml added and populated_data/pc-members2026.yml added and populatedassets/images/GenAIRecP2026/ created with images referenced by pagesassets/papers/GenAIRecP2026/ created and PDFs uploaded; data file links updatedindex.html redirect points to /GenAIRecP2026_data/navigation.yml if adding menu items for 2026bundle exec jekyll serve and visit http://localhost:4000GenAIRecP{YEAR} everywhere (paths, permalinks, assets, data filenames)/assets/images/...)| and > block scalars for readability