Skip to content

naipaka/resume

Repository files navigation

小林遼太(naipaka)の職務経歴書

[日本語 | English]

Data

Features

💅 Lint text

textlint での自動校正が可能です。

$ yarn lint --fix

husky によって commit 前にも自動で実行されます。
校正のルールは.textlintrcに記載しています。

📝 Convert MD to PDF

md-to-pdf での PDF 生成が可能です。

$ yarn build:pdf

The output PDF can be styled as you like with CSS. Edit the pdf-configs/style.css.

🧑‍💻 Build

ローカルで職務経歴書をビルドするには、以下のコマンドを実行します。

$ bundle install
$ bundle exec jekyll serve --source docs --config docs/_config.yml

🛠 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 が自動生成されます。

To change the duration or stop the job, edit .github/workflows/create-issue.yml.
To change the issue contents, edit .github/ISSUE_TEMPLATE.md.

💡 References

この職務経歴書は下記を参考に作成しています。🙇‍♂️

About

スキルシート(職務経歴書)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors