A repository for my personal website, located at https://www.willcray.com. This page is hosted with GitHub Pages and is built using Jekyll.
Install Docker Desktop and ensure it's running.
make start # Starts the container
make stop # Stops the container
make restart # Refresh the container
make tail # Shows logs for container
Thank you to my classmate at UVA, Mike Verdicchio, for helping me learn how to create this website. His code provided an excellent framework for me to build upon.