/personal-website

My personal website - built using Hugo and ox-hugo

Primary LanguageShell

Personal Website

This is the home of my personal website, kwpav.github.io. It is (currently) built using Hugo and ox-hugo.

After exporting posts here using ox-hugo, I run the server to test:

hugo server -D

Then deploy it to kwpav.github.io using:

./deploy.sh

This builds the site to the public/ folder, commits the change, and pushes it to kwpav/kwpav.github.io.