Landing page for docs.theforeman.org is available as a Hugo project.
Install hugo
, for example on a Fedora system:
# dnf install hugo
While the make
commands outlined in the guides readme output previous of the guides, for a local preview of the full site, and links, do the following:
$ cd web
$ hugo server
Alternatively, you can use make server
Then open the URL it mentions: (http://localhost:1313/).
Use make
or hugo
to build contents from markdown and layouts in public/
directory.
Do not commit directory public/ into git, site is generated via Github Actions.
The site is built from master
branch.