Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 664 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 664 Bytes

Internet Security Research Group (ISRG) Website

This is the repository for the ISRG website.

This site is built with Hugo and requires version 0.40 or newer. 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).

Contributions welcome.