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.
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.