ICLR 2025 Workshop on AI for Children
Live site: https://pediamedai.github.io/cv4chl/
cv4chl/
βββ index.html # Homepage (About)
βββ callforpapers/ # Call for Papers page
βββ organizers/ # Organizers page
βββ schedule/ # Schedule page
βββ assets/ # All images, CSS, and JS files
cd cv4chl
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/pediamedai/cv4chl.git
git push -u origin mainThen enable GitHub Pages in repository settings:
- Settings > Pages
- Source: Branch
main, Folder/ (root)
# After making changes
git add .
git commit -m "Update content"
git pushGitHub will automatically redeploy the site.
All pages are pure HTML files. Edit them with any text editor:
- Homepage:
index.html - Call for Papers:
callforpapers/index.html - Organizers:
organizers/index.html - Schedule:
schedule/index.html - Styles:
assets/css/main.css
- All links point to
https://pediamedai.github.io/cv4chl/ - Navigation uses relative paths
- CSS loaded from CDN (requires internet)
- Images in
assets/subdirectories
For detailed deployment instructions in Chinese, see ι¨η½²θ―΄ζ.md.