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.
Build it
Section titled “Build it”Pass --cv to takuhon build:
takuhon build ./takuhon.json --cv --output distThis writes a CV page alongside the profile site:
dist/cv.html— the default localedist/<locale>/cv.html— each additional locale
Save it as a PDF
Section titled “Save it as a PDF”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.
What goes into the CV
Section titled “What goes into the CV”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é.
Privacy
Section titled “Privacy”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.
Availability
Section titled “Availability”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.