5 / 15

What Gets GeneratedURL copied

The static site generator creates:

  1. 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
  2. Static Assets: Copies from vyasa/static/:

    • sidenote.css - Sidenote styling
    • scripts.js - Interactive features (Mermaid zoom/pan)
    • favicon.png - Site icon
  3. Complete Standalone Site:

    • No Python runtime required
    • No server needed
    • Works with any static hosting (GitHub Pages, Netlify, Vercel, etc.)