Source code for the hughx website.
build: Build a production bundle.develop: Clear the Gatsby cache and run a development server on localhost Port 8000.start: Alias fordevelop.serve: Run a development server against a previously-built production bundle.svg2png: Convert all SVGs into PNGs at various DPI targets (1x = 250 pixels wide, 2x = 500 pixels wide, 3x = 750 pixels wide). Requires Inkscape.png2webp: Convert all PNGs generated bysvg2pngto WebP to achieve smaller file sizes for supporting browsers.build:images: Runsvg2pngfollowed bypng2webp.
