Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawamataryo/resume
My resume, curriculum-vitae.
https://github.com/kawamataryo/resume
curriculum-vitae resume
Last synced: 6 days ago
JSON representation
My resume, curriculum-vitae.
- Host: GitHub
- URL: https://github.com/kawamataryo/resume
- Owner: kawamataryo
- Created: 2020-10-12T22:33:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T05:19:12.000Z (4 months ago)
- Last Synced: 2025-01-05T10:05:33.042Z (13 days ago)
- Topics: curriculum-vitae, resume
- Language: JavaScript
- Homepage: https://kawamataryo.github.io/resume/
- Size: 1.28 MB
- Stars: 132
- Watchers: 3
- Forks: 56
- Open Issues: 4
-
Metadata Files:
- Readme: README.ja.md
Awesome Lists containing this project
README
# kawamataryoの職務経歴書
![textlint](https://img.shields.io/github/workflow/status/kawamataryo/resume/lint%20text?label=textlint&logo=github&color=yellow)
![build pdf](https://img.shields.io/github/workflow/status/kawamataryo/resume/build-pdf?label=build%20pdf&logo=github)
![create issue](https://img.shields.io/github/workflow/status/kawamataryo/resume/create%20issue?label=create%20issue&logo=github&color=orange)
![release date](https://img.shields.io/github/release-date/kawamataryo/resume?color=blue&logo=github)[ [English](https://github.com/kawamataryo/resume) | 日本語 ]
## Data
- [GitHub Pages](https://kawamataryo.github.io/resume/)
- [PDF](https://github.com/kawamataryo/resume/releases)
- [File](https://github.com/kawamataryo/resume/blob/master/docs/README.md)## Features
### 💅 Lint text
[textlint](https://github.com/textlint/textlint) での自動校正が可能です。
```
$ yarn lint --fix
```[husky](https://github.com/typicode/husky) によってcommit前にも自動で実行されます。
校正のルールは`.textlintrc`に記載しています。### 📝 Convert Markdown to PDF
[md-to-pdf](https://www.npmjs.com/package/md-to-pdf) でのPDF生成が可能です。
```
$ yarn build:pdf
```出力されるPDFはCSSで任意のスタイルを設定可能です。`pdf-configs/style.css`を編集してください。
### 🛠 Create release
`v**` tagをつけてpushするとGitHub Actionsでビルドが走り、PDFの生成、Releaseの作成、AssetsへPDFの登録が実行されます。
```
$ git commit -m "add job"
$ git tag v1.0
$ git push origin --tags
```### 📆 Remind update
GitHub Actionsのschedule triggerで3ヶ月に1回、職務経歴書の内容更新を促すissueが自動生成されます。
期間の変更、Jobの停止は[.github/workflows/create-issue.yml](https://github.com/kawamataryo/resume/blob/master/.github/workflows/create-issue.yml) を編集してください。