Skip to content

gbogard/personal-website

Repository files navigation

Personal website

Cloning the repository and its submodules

git clone [email protected]:gbogard/personal-website.git
cd personal-website
git submodule update --init --recursive

Entering the development environment

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.

Building the website

hugo

This will build the website and output it to the public directory.

Generating a PDF version of the resume

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published