Personal academic homepage and blog for Xiangyu Li, built with Zola.
# Install Zola (macOS)
brew install zola
# Local dev server with live reload
zola serve
# Production build
zola buildThe site builds to public/.
Pushes to main automatically deploy to GitHub Pages via the workflow in .github/workflows/deploy.yml.
To enable: go to repo Settings > Pages > Source > GitHub Actions.
content/ # Markdown content (homepage, about, blog posts)
data/ # Structured data (publications.toml)
templates/ # Zola Tera templates
sass/ # SCSS stylesheets
static/ # Static assets (images, fonts, files)
- Zola — static site generator
- Design inspired by Minimal Light (academic layout) and Tabi (blog layout)