The source code for my personal site.
To build it from source, simply run:
git clone https://github.com/judah-caruso/judah-caruso.github.io
cd judah-caruso.github.io/
go run . # generate site
go run . --server=true --port=8080 # start local server at port 8080
riv
: site pages (given to site generator)res
: static resourcesweb
: generated website
All source code within this repository (.go, .htm, .css) is licensed under zlib. Images, text, and audio files (.png, .riv, .ogg) are licensed under CC-BY-SA-4.0.