Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

lognplot website

This folder contains the website for lognplot.

Notable components on the website:

  • Binary downloads for end users
  • User manual

The website is a static html site build with hugo.

Generating the website

To build the site follow these steps.

Download the hugo material docs theme into the folder website/lognplot/themes/hugo-material-docs.

Run hugo:

$ cd website/lognplot
$ hugo

The website is now located in the website/lognplot/public folder.