Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

dotfile : deploy site

This sets up a [TODO: Code shorthand span ] command I use to publish my site

function deploy () {
  cd /Users/alan/workshop/alanwsmith.com && \
  git add . && \
  git commit -m"Updates" && \
  git push
}

/Users/alan/.cargo/bin/pagefind --site _site && \