Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 868 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 868 Bytes

Static Site

Landing page for docs.theforeman.org is available as a Hugo project.

Preparing the environment

Install hugo, for example on a Fedora system:

# dnf install hugo

Building

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.

Deployment

Do not commit directory public/ into git, site is generated via Github Actions. The site is built from master branch.