VORONOI Documentation
  - To view Markdown documentation, navigate to 
content/docs. 
  - To view compiled (HTML) documentation, visit https://lanl.github.io/voronoi, or follow the build steps below.
 
Building VORONOI Documentation
Static site generation (Markdown-to-HTML) is done through the Hugo static site generator.
  - To compile static (HTML) documentation with Hugo, run 
make docs. 
  - To launch a development server with live updates, 
make dev.