git clone [email protected]:gbogard/personal-website.git
cd personal-website
git submodule update --init --recursive
This website is built with Hugo. There is a nix flake that can provide a development shell which includes Hugo.
nix develop
This will enter a shell with the development environment.
hugo
This will build the website and output it to the public
directory.
Install the dependencies:
yarn
yarn playwright:install
Launch the Hugo server:
hugo serve
Then generate the PDF:
yarn generate-pdf
This will generate a PDF version of the resume and output it to the public
directory.