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
- Host: GitHub
- URL: https://github.com/scottplot/scottplot.net
- Owner: ScottPlot
- License: mit
- Created: 2021-09-26T17:10:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-07T23:24:36.000Z (5 months ago)
- Last Synced: 2025-09-08T01:15:28.169Z (5 months ago)
- Language: HTML
- Homepage: https://ScottPlot.net
- Size: 90.7 MB
- Stars: 43
- Watchers: 4
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  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))