$ git clone https://github.com/ohbarye/ohbarye.github.io.git && cd ohbarye.github.io
$ yarn && yarn dev
$ open http://localhost:3000This project uses Biome.
$ yarn lint
$ yarn lint:fixIt's a simple JavaScript application. The following command starts a dev server managed by Vite.
$ yarn && yarn dev
$ open http://localhost:3000Edit the files below.
src/cv/en.mdsrc/cv/ja.md
PDF and HTML files are generated by Pandoc with the command below.
To generate CVs, it requires those tools.
$ brew install pandoc wkhtmltopdfTo build index page (managed by Vite) and CVs (generated by Pandoc).
$ yarn buildJust push it to origin/main, then GitHub pages publishes files in /docs.
Just open this project in VSCode.
Note: Convertion to PDF does not work well in container. Maybe Pandoc's version mismatch.
