ScottPlot.NET icon indicating copy to clipboard operation
ScottPlot.NET copied to clipboard

Source for the ScottPlot website

ScottPlot.NET (the website)

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 serve and navigate to http://localhost:1313 to see the site locally

Deployment

  • GitHub Actions builds the Hugo site and deploys it using rsync (details)