kawamataryo / resume

My resume, curriculum-vitae.

Home Page:https://kawamataryo.github.io/resume/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kawamataryo's resume

textlint build pdf create issue release date

[ English | ζ—₯本θͺž ]

Data

Features

πŸ’… Lint text

Automatic proofreading with textlint.

$ yarn lint --fix

It is also automatically executed when pre-commit by husky.
proofreading rules are set with .textlintrc.

πŸ“ Convert Markdown to PDF

You can generate PDF with md-to-pdf.

$ yarn build:pdf

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

πŸ›  Create release

When you push with a v** tag, GitHub Actions will run the build, generate the PDF, create a Release, and register the PDF to Assets.

$ git commit -m "add job"
$ git tag v1.0
$ git push origin --tags

πŸ“† Remind update

Automatically generate issues every three months with GitHub Actions Schedules triggers to prompt you to update your resume.

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

About

My resume, curriculum-vitae.

https://kawamataryo.github.io/resume/


Languages

Language:CSS 49.3%Language:JavaScript 46.3%Language:Shell 4.4%