// the find
CyC2018/Markdown-Resume
⭐️ Markdown 简历模版
A single-page Markdown resume template with a matching CSS file for clean PDF export via Typora. Aimed at Chinese-speaking developers who want a simple, printable resume without wrestling with LaTeX or Word. The whole thing is one `.md` file and one `.css` file.
The CSS is actually well-considered — it handles print media queries and keeps everything to one page, which is the hard part of resume styling. Bundling the Font Awesome icons as local SVGs instead of a CDN dependency is a practical workaround that avoids the Typora HTML-import limitation. The format checker link (cyc2018.github.io/Text-Typesetting) is a nice bonus that most resume templates skip.
Abandoned since October 2019 — five-plus years of no updates. The Typora-specific export workflow is the only supported path; if Typora changes its CSS handling or export format (which it has), the whole thing breaks. No English version and no internationalization path means Western developers get nothing here. The PDF is committed directly to the repo, which is an odd choice that will mislead anyone who forks and forgets to regenerate it.