Personal website for vahidz.com, generated from structured content with Webifier.
The source of the site lives in index.yml, content/, and assets/. The generated static website is written to webified/ and deployed through GitHub Pages.
This repository uses Webifier and the Webifier GitHub Action so changes made here can automatically rebuild and update the published GitHub Pages site at vahidz.com.
From this repository:
../build/.venv/bin/webify --index index.yml --output webified --baseurl ""Then serve the generated site:
python -m http.server 4174 --directory webifiedOpen http://127.0.0.1:4174 to review the result.
index.yml: site entry point and top-level page structure.content/: resume content, publications, bio, and page data.assets/: templates and site-specific static assets.webified/: generated static output.
Push changes to GitHub after rebuilding and reviewing the generated output. The publishing workflow runs Webifier through the Webifier action and publishes the generated static files to GitHub Pages.