https://github.com/owncast/owncast.github.io
Owncast's public facing web site. Documentation and info.
https://github.com/owncast/owncast.github.io
documentation hacktoberfest
Last synced: 5 months ago
JSON representation
Owncast's public facing web site. Documentation and info.
- Host: GitHub
- URL: https://github.com/owncast/owncast.github.io
- Owner: owncast
- License: mit
- Created: 2020-08-19T23:48:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T00:25:39.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:59:02.246Z (about 2 years ago)
- Topics: documentation, hacktoberfest
- Language: HTML
- Homepage: http://owncast.online
- Size: 592 MB
- Stars: 27
- Watchers: 9
- Forks: 68
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# owncast.github.io
Public facing web site. Documentation and info. Check out the website at [owncast.online](https://owncast.online).
## Setup
1. [Install Hugo](https://gohugo.io/getting-started/installing/), the static site generator.
2. Make sure you have a working [Node/npm](https://nodejs.org/en/) environment.
## Run the site locally
1. Clone repo
1. Run `npm install`
1. Run Hugo `npm start`
1. 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:
```
{{}}
```
This allows us to change content in one place and update all the pages that may be impacted by it.