ReactOS Website powered by the Hugo Static Site Generator
This repository manages the entire content of the new ReactOS Website.
It is powered by the Hugo Static Site Generator.
Pages can be created as simple HTML or Markdown files and everyone is free to submit Pull Requests to enhance the website.
Issues are tracked at the ReactOS JIRA.
Previews from a PR are available from the URL https://pr#.web-content.reactos.org/, where ‘#’ is the number of your PR.
The current development version is: https://master.web-content.reactos.org/
Website Subsystems written in PHP (such as GetBuilds, RosLogin, Testman, etc.) are continued to be managed in the
ReactOS Web repository.
Open a command prompt in the root of your repository checkout and type hugo server
.
The page is now served at http://localhost:1313 and automatically rebuilt and refreshed in the browser on local changes.
NOTE - When working on the style it might be needed to use hugo server --disableFastRender
instead.