Victor Perevertkin 45d33cf1ba
Make /node/* aliases absolute instead of relative
That way they really work as on our old website,
otherwise it was reactos.org/project-news/node/295
and not reactos.org/node/295
2020-03-22 04:52:10 +03:00
2019-08-17 13:41:04 +02:00
2018-08-17 14:28:53 +02:00

The new ReactOS Website

Build Status

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.

Testing the website locally

  1. Download Hugo 0.57.2 from https://gohugo.io.

  2. 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.

Contributing

  1. Choose one of the tasks from: METABUG - New ReactOS Website Tasks before it can go live
  2. Comment on Jira that you want to work on this feature (to prevent duplication of work).
  3. Create a pull request here.
Description
ReactOS Website powered by the Hugo Static Site Generator
Readme 124 MiB
Languages
HTML 95.4%
CSS 4.3%
JavaScript 0.3%