977 B
977 B
Manual Generator for Repixture
This directory contains the source files that will generate the Repixture Player Manual for Repixture.
The manual utilizes Hugo, a static site generator (https://www.gohugo.io).
How to generate/update the manual
You need Hugo for this to work. These are the steps:
- Change directory to
manual_generator
(you are here) - Delete the
public
directory (if was generated before) - Run
hugo
The result is a webpage in manual_generator/public
. You can open it in a webbrowser.
Note the output is meant for Codeberg Pages, however.
How to publish the manual
The manual is supposed to be used by Codeberg Pages.
There is a special pages
branch in the Repixture repository.
- Generate the manual (see above)
- Switch to the
pages
branch - Copy the contents of
manual_generator/pages
to the root directory of this repository - Check if everything looks OK. Delete files that are no longer used
- Commit the changes