A small static site generator for my CV.
This project creates a static web page and a PDF, which are viewable at https://dprgarner.github.io/cv and https://dprgarner.github.io/cv/cv.pdf respectively.
yarn run to see all the commands.
yarn buildcreates the PDF and HTML versions of the CV into./dist.yarn build:watchre-runs build on source file changes.yarn serveserves a server for viewing the statically-built files.yarn startcreates a livereloading server for editing the HTML version.yarn deploydeploys./distto Github Pages.