git clone [email protected]:gbogard/personal-website.git
cd personal-website
git submodule update --init --recursiveThis website is built with Hugo. There is a nix flake that can provide a development shell which includes Hugo.
nix developThis will enter a shell with the development environment.
This shell is entered automatically when using direnv.
hugoThis will build the website and output it to the public directory.
Install the dependencies:
yarn
yarn playwright:installLaunch the Hugo server:
hugo serveThen generate the PDF:
yarn generate-pdfThis will generate a PDF version of the resume and output it to the public directory.