首页
/ Experience

Experience

2026-03-09 03:53:22作者:乔或婵

Experience

Senior Developer | 2020-2023 : Led development of microservices architecture, reducing API response time by 40% * Implemented CI/CD pipeline using GitHub Actions * Mentored 5 junior developers in best practices


### ✨ 样式分离:一键切换专业外观
通过[styles/chmduquesne.css](https://gitcode.com/gh_mirrors/pa/pandoc_resume/blob/b5abc55e0cbe54b132069c9c487c81d6f10b8679/styles/chmduquesne.css?utm_source=gitcode_repo_files)和[styles/chmduquesne.tex](https://gitcode.com/gh_mirrors/pa/pandoc_resume/blob/b5abc55e0cbe54b132069c9c487c81d6f10b8679/styles/chmduquesne.tex?utm_source=gitcode_repo_files)控制视觉呈现,无需修改内容即可更换风格:
```css
/* 修改标题颜色示例 */
h2 {
    color: #2c3e50; /* 深灰色更显专业 */
    border-bottom: 2px solid #3498db; /* 蓝色下划线强调 */
}

🚀 多格式输出:一份源文件,全平台适配

告别重复排版,一条命令生成所有投递格式:

# 生成HTML格式
make html

# 生成PDF格式
make pdf

# 一键生成全部格式(HTML/PDF/DOCX/RTF)
make all

操作流程:4步完成专业简历制作

1️⃣ 获取项目

git clone https://gitcode.com/gh_mirrors/pa/pandoc_resume
cd pandoc_resume

2️⃣ 编辑内容

用任意文本编辑器打开markdown/resume.md,按照模板填充:

  • 个人简介(blockquote格式)
  • 教育经历(定义列表)
  • 工作经验(三级标题+描述)
  • 技能特长(项目符号列表)

3️⃣ 自定义样式(可选)

修改styles/chmduquesne.css调整HTML样式,如修改页面宽度:

body {
    max-width: 800px; /* 加宽页面提升阅读体验 */
    margin: 0 auto;
    padding: 2em;
}

4️⃣ 生成简历

make all

生成文件将保存在output目录,包含多种格式供不同场景使用。

高级技巧:让你的简历脱颖而出

🔍 链接优化

使用pdc-links-target-blank.lua脚本让HTML版本中的链接在新窗口打开,提升阅读体验。

📄 PDF优化

修改styles/chmduquesne.tex调整PDF布局:

% 调整页边距
\usepackage[margin=1in]{geometry}
% 更换字体
\usepackage{kpfonts}
登录后查看全文
热门项目推荐
相关项目推荐