Skip to content

xxxxyu/xxxxyu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxxxyu.github.io

Personal academic homepage and blog for Xiangyu Li, built with Zola.

Development

# Install Zola (macOS)
brew install zola

# Local dev server with live reload
zola serve

# Production build
zola build

The site builds to public/.

Deployment

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.

Structure

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)

Credits

  • Zola — static site generator
  • Design inspired by Minimal Light (academic layout) and Tabi (blog layout)

About

Homepage built with zola

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors