Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 405 Bytes

nray website

This repository hosts the data used to generate the nray website.

Requirements

  • Hugo
  • Git

Build

Local testing

hugo server -D

Hugo is going to display all data to reach the local web server and viewing changes as they happen.

Final build

hugo

Builds the website. Simply commit and push to Github, the new version will be deployed shortly afterwards.