/resume

My resume

Primary LanguageCSS

LeeDDHH resume

textlint build pdf create issue release date

[ 日本語 | English ]

Data

Features

💅 Lint text

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

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

📝 Convert MD to PDF

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

yarn build
  • 出力される PDF は CSS で任意のスタイルを設定可能です。
    • スタイルは pdf-configs/style.css を編集してください。
  • 出力先はデフォルトで resume ディレクトリになります。

🛠 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 を編集してください。
  • 生成される issue の中身は .github/issue_template.md を編集してください。