The static site generator creates:
HTML Files: Each markdown file becomes a standalone HTML page
index.html from index.md or README.md in the root
posts/*.html for all other markdown files
Static Assets: Copies from vyasa/static/:
sidenote.css - Sidenote styling
scripts.js - Interactive features (Mermaid zoom/pan)
favicon.png - Site icon
Complete Standalone Site:
- No Python runtime required
- No server needed
- Works with any static hosting (GitHub Pages, Netlify, Vercel, etc.)