Public facing web site. Documentation and info. Check out the website at owncast.online.
- Install Hugo, the static site generator.
- Make sure you have a working Node/npm environment.
- Clone repo
- Run
npm install
- Run Hugo
npm start
- Visit http://localhost:1313
Because multiple troubleshooting, and document pages can contain the same content, this directory contains a bunch of standalone files with this content that can be pieced together in other places.
See content/troubleshoot/shared
Here's an example of embedding the content for the hardware usage troubleshooting tips:
{{<embedcontent file="/content/troubleshoot/shared/hardware-usage.md">}}
This allows us to change content in one place and update all the pages that may be impacted by it.