Sources for my personal landing page, resume, and blog. Forked from Gatsby blog starter.
Social Icons from http://goodstuffnononsense.com/hand-drawn-icons/social-media-icons/
A Justfile wraps the npm scripts so you don't need to remember which package manager is in use:
just dev # start dev server (localhost:4321)
just build # production build to dist/
just preview # preview production build
just format # format with Prettier
just deploy # build and deploy to GitHub Pages