Personal site built with Zola and the Serene theme.
zola.toml— site title, bio, nav buttons, and social linkscontent/_index.md— homepage introcontent/pubs/— publications collectioncontent/travel/— travel map pagecontent/miscellaneous/— other notes and projectscontent/posts/— blog postsstatic/js/travel.js— cities and visited countries for the map
- Change name, bio, nav, or social icons in
zola.toml - Add or edit papers in
content/pubs/pubs.toml - Add cities or countries in
static/js/travel.js - Write posts as Markdown files under
content/posts/
Install Zola 0.23.4+, then:
zola serveOpen the URL Zola prints (usually http://127.0.0.1:1111).
GitHub Actions builds with Zola and deploys public/ via .github/workflows/static.yml.