Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 611 Bytes

commonprefix website

Instructions

  1. Install the go programming language
  2. Run go run . (or go build . && ./website)
  3. ./public will have the static artifacts of the website

Run go run . --serve or ./website --serve for building and serving the files. Rerun every time source files change.

Static files

/public/static holds all static files: stylesheets, images, fonts and documents. For team member pictures, add a smaller version with a suffix of _w150 (e.g. john_doe_w150.jpg). You can run sips -Z 150 john_doe_w150.jpg to downsize the image.