Hello! This is a personal website built using the static site generator Hugo
. The hugo-creative-theme
provided the foundation for the format.
This site houses
- Subsets of algorithm problems that I've worked through (all of which can be found in my
algorithm-practice
repo here) - Events that I have contributed to or spoken at as part of the CS community
- Projects that I have worked on and am currently working on
- My resume
To run this project on your local machine, you'll need to have Hugo
installed. The simplest (and suggested) way to do this is through Homebrew
with brew install hugo
. You can verify that this worked with hugo version
.
Once it's installed, clone this repo and cd
into it. From there you can run hugo server
and visit your localhost at the port it points you to (1313)!