https://github.com/libremfg/rhize-docs
Rhize documentation
https://github.com/libremfg/rhize-docs
Last synced: 4 months ago
JSON representation
Rhize documentation
- Host: GitHub
- URL: https://github.com/libremfg/rhize-docs
- Owner: libremfg
- Created: 2022-07-25T01:48:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T01:53:57.000Z (4 months ago)
- Last Synced: 2026-01-28T11:13:47.259Z (4 months ago)
- Language: HTML
- Homepage: https://docs.rhize.com
- Size: 88.2 MB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Rhize documentation
Website and content files for documentation at [docs.rhize.com](https://docs.rhize.com).
## Build locally
**Prerequisites**:
- [Hugo Installed](https://gohugo.io/installation/)
To serve locally, follow these steps:
1. Navigate to the root of this repository.
2. Run `hugo server`. Or, to build draft pages, run `hugo server -D`
3. Inspect the terminal to find what URL Hugo is serving to. The default is `localhost:1313`
4. Most changes should update live.
To stop Hugo, use `ctrl+c`.
## Authoring:
Refer to [Contributing](CONTRIBUTING.md).
## Hugo theme
This Hugo site is built using the [Hextra](https://github.com/imfing/hextra) documentation theme as a module.
To [Update the module](https://gohugo.io/hugo-modules/use-modules/#update-modules)
```shell
hugo mod get -u
hugo mod tidy
```