jeyemwey / owncast.github.io

Owncast's public facing web site. Documentation and info.

Home Page:http://owncast.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

owncast.github.io

Public facing web site. Documentation and info. Check out the website at owncast.online.

Setup

  1. Install Hugo, the static site generator.
  2. Make sure you have a working Node/npm environment.

Run the site locally

  1. Clone repo
  2. Run npm install
  3. Run Hugo npm start
  4. Visit http://localhost:1313

Content

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.

About

Owncast's public facing web site. Documentation and info.

http://owncast.online

License:MIT License


Languages

Language:HTML 99.1%Language:CSS 0.4%Language:JavaScript 0.3%Language:SCSS 0.2%Language:Shell 0.0%Language:Go 0.0%Language:Dockerfile 0.0%