An open API service indexing awesome lists of open source software.

https://github.com/scottplot/scottplot.net

Source for the ScottPlot website
https://github.com/scottplot/scottplot.net

Last synced: 18 days ago
JSON representation

Source for the ScottPlot website

Awesome Lists containing this project

README

          

# ![](static/images/brand/favicon-32.png) ScottPlot.NET (the website)

* This repository contains source code for the [ScottPlot.NET](https://scottplot.net) website

* Source code for the ScottPlot package is in the [ScottPlot repository](https://github.com/scottplot/scottplot)

### Development Environment

This website uses [Hugo](https://gohugo.io/) to convert Markdown content into HTML files

* Get the [latest Hugo release from GitHub](https://github.com/gohugoio/hugo/releases) and ensure it is in your `PATH`\
_Use the same Hugo version defined in [cicd.yaml](.github/workflows/cicd.yaml)_

* 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](https://swharden.com/blog/2022-03-20-github-actions-hugo))