Documentation: migrating from hugo-theme-learn to hugo-theme-relearn

This commit is contained in:
John Livingston
2024-08-29 16:04:17 +02:00
parent 2824bd1e38
commit 75925b1117
9 changed files with 34 additions and 64 deletions

View File

@ -1,3 +1,8 @@
---
title: "Peertube livechat"
description: "Peertube plugin livechat documentation"
---
# PeerTube plugin livechat
{{% notice tip %}}

View File

@ -17,7 +17,10 @@ The documentation source code is in the `support/documentation/content` folder.
The documentation is generated using [Hugo](https://gohugo.io/).
You have to install it on your computer if you want to preview your work.
The used theme is [hugo-theme-learn](https://learn.netlify.app/).
The minimum required version for Hugo is 0.121.0.
It was tested using version 0.132.2.
The used theme is [hugo-theme-relearn](https://mcshelby.github.io/hugo-theme-relearn).
You should read its documentation before starting editing the documentation.
When a new plugin version is released, or when documentation is updated, plugin maintainers will merge the `main` branch to the `documentation` branch.