Skip to content

HagaSpa/HagaSpa.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{ HagaSpa } resume

Features

📝 Convert MD 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