ScottPlot.NET
ScottPlot.NET copied to clipboard
Source for the ScottPlot website
ScottPlot.NET (the website)
-
This repository contains source code for the ScottPlot.NET website
-
Source code for the ScottPlot package is in the ScottPlot repository
Development Environment
This website uses Hugo to convert Markdown content into HTML files
-
Get the latest Hugo release from GitHub and ensure it is in your
PATH
Binaries are available for Windows, Linux, and MacOS -
Run
hugo serveand navigate to http://localhost:1313 to see the site locally
Deployment
- GitHub Actions builds the Hugo site and deploys it using rsync (details)