Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 765 Bytes

Will Cray's Personal Website

A repository for my personal website, located at https://www.willcray.com. This page is hosted with GitHub Pages and is built using Jekyll.

Local Development

Install Docker Desktop and ensure it's running.

docker compose up # Starts the container
docker compose down # Stops the container
docker compose restart # Refresh the container
docker compose logs # Shows logs for container

Credits

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.