Skip to content

judah-caruso/judah-caruso.github.io

Repository files navigation

Judah Caruso

Build

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

Folder structure

  • riv: site pages (given to site generator)
  • res: static resources
  • web: generated website

Licensing

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.