Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 703 Bytes

File metadata and controls

27 lines (17 loc) · 703 Bytes

ECLIPSE Lab Website

This repository contains the Quarto source for https://pelzlab.science.

Styling

  • Canonical custom stylesheet: styles.css
  • Legacy style.css was removed to avoid duplicate/dead CSS paths.

Image optimization

Responsive AVIF/WebP assets can be regenerated with:

./tools/optimize-images.sh

Generated files are written to img/optimized/ and consumed on the homepage via <picture> fallbacks.

Publications/news refresh (local)

python3 generate_publications.py
quarto render

The same flow runs automatically in GitHub Actions on a weekly schedule and can open a PR with regenerated publications/ + docs/ output when content changes.