Personal website of Julian G. Zilly.
index.html— single-page site (bio, research, papers, news)style.css— minimalist responsive stylingCNAME— tells GitHub Pages to serve this repo atjulianzilly.comprofile.jpg— (add your own; 800×800 or larger, square crop recommended)
GitHub Pages, served from a user-site repository named jzilly.github.io. See
DEPLOYMENT.md for step-by-step setup instructions including
custom-domain DNS configuration.
Open index.html in a browser, or serve it with any static server:
python3 -m http.server 8000 # then visit http://localhost:8000Edit index.html directly. News entries go in reverse-chronological order
in the <ul class="news-list"> block. New papers go in the <section id="papers"> block — copy an existing <article class="paper"> block as a
template.
Push to main; GitHub Pages re-deploys automatically within ~1 minute.
Content (text, bio, research descriptions): © 2026 Julian G. Zilly. Site template (HTML/CSS): MIT.