# Serve directly if you have hugo installed
hugo serve
# Serve with the nix-pinned hugo version
nix runnix-shell -p imagemagick --run 'magick -density 300 -define icon:auto-resize=256,128,96,64,48,32,16 -background none static/favicon_dark.svg static/favicon_dark.ico && magick -density 300 -define icon:auto-resize=256,128,96,64,48,32,16 -background none static/favicon_light.svg static/favicon_light.ico'