[日本語 | English]
textlint での自動校正が可能です。
$ yarn lint --fix
husky によって commit 前にも自動で実行されます。
校正のルールは.textlintrcに記載しています。
md-to-pdf での PDF 生成が可能です。
$ yarn build:pdf
The output PDF can be styled as you like with CSS. Edit the pdf-configs/style.css.
ローカルで職務経歴書をビルドするには、以下のコマンドを実行します。
$ bundle install
$ bundle exec jekyll serve --source docs --config docs/_config.yml
v** tag をつけて push すると GitHub Actions でビルドが走り、PDF の生成、Release の作成、Assets へ PDF の登録が実行されます。
$ git commit -m "add job"
$ git tag v1.0
$ git push origin --tags
GitHub Actions の schedule trigger で 3 ヶ月に 1 回、職務経歴書の内容更新を促す issue が自動生成されます。
To change the duration or stop the job, edit .github/workflows/create-issue.yml.
To change the issue contents, edit .github/ISSUE_TEMPLATE.md.
この職務経歴書は下記を参考に作成しています。🙇♂️