https://github.com/taichunmin/resume
taichunmin's JSON-based standard for resumes.
https://github.com/taichunmin/resume
json resume taichunmin
Last synced: 2 months ago
JSON representation
taichunmin's JSON-based standard for resumes.
- Host: GitHub
- URL: https://github.com/taichunmin/resume
- Owner: taichunmin
- Created: 2017-07-03T05:59:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T11:56:18.000Z (over 3 years ago)
- Last Synced: 2025-01-27T20:47:24.203Z (over 1 year ago)
- Topics: json, resume, taichunmin
- Homepage: http://registry.jsonresume.org/taichunmin
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# jsonresume
## 更新方法
直接更新到這個 GitHub Gist:
## 生成 PDF 版
1. 先透過 Chrome Developer Tools 開啟 print 模擬
2. 手動改掉任何不想要的 CSS
```CSS
/* Flat Theme 讓特定超連結不要出現連結內容 */
@media print {
.website>a[href]:after {
content: "";
}
}
/* 想要印出來的 color 全部使用 !important 來指定 */
```