An open API service indexing awesome lists of open source software.

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.

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 來指定 */
```