This is the repository for the ISRG website.
This site is built with Hugo and requires version 0.161.0 or newer (CI and Netlify pin 0.164.0). It's entirely static, no server-side code/scripting.
To see your changes, install Hugo, then run it with:
hugo server -F
And open http://localhost:1313/ in your browser. Note that the -F flag will show items to be published in the future (like blog posts with dates in the future).
Production builds on Netlify run hugo without -D or -F, so drafts and
future-dated content stay unpublished until a deploy happens on or after their
date. Netlify deploy previews and branch deploys do include them.
Contributions welcome.