Skip to content

Export a print-ready CV / résumé

The same takuhon.json that powers your profile page can also produce a print-ready CV / résumé. The CLI renders a dedicated page with print styles; you open it in a browser and use Save as PDF to get a résumé document. There is no setting to configure and no public /cv route — the CV is a build-time export.

Pass --cv to takuhon build:

Terminal window
takuhon build ./takuhon.json --cv --output dist

This writes a CV page alongside the profile site:

  • dist/cv.html — the default locale
  • dist/<locale>/cv.html — each additional locale

Open the generated cv.html in a browser and print it (File → Print → Save as PDF). The page ships with print styles, so the PDF is laid out as a résumé rather than a web page.

The CV is assembled from your profile in a fixed order:

profile header → experience (careers) → education → skills → certifications → publications → honors → courses → patents → languages → volunteering → memberships

Web-only sections — links, recommendations, the activity dashboard, and test scores — are intentionally left out of the résumé.

The CV runs through the same public privacy filter as every other surface, so a section you hide or a field you redact does not appear in the résumé either. See Controlling what’s public.

The CV is produced by takuhon build --cv and is therefore available anywhere you run the CLI; the resulting cv.html can be served as a static file by any host. There is no dedicated CV route on the Cloudflare adapter.

For the fields that feed each section, see the schema reference.