Website for Apache Ozone

Clone this repo:
  1. 9777700 HDDS-13550. Add 'Apache Ozone Best Practices at Didi' to web site (#152) by Sammi Chen · 4 weeks ago master
  2. fa7804c HDDS-13530. Add Apache CoC Asia 2025 Ozone sessions (#151) by Sammi Chen · 5 weeks ago
  3. 3f3ecb3 HDDS-12685. Add 2.0 release page (#141) by Wei-Chiu Chuang · 4 months ago
  4. 79541cc HDDS-12466. Set default commit message to PR title (#128) by Doroszlai, Attila · 6 months ago
  5. 510aa9d HDDS-12467. Enable new asf.yaml parser (#127) by Doroszlai, Attila · 6 months ago

Apache Ozone web page

This is the source code of the website of Apache Ozone.

To render it you need hugo static site generator (https://gohugo.io/getting-started/installing) which is available for the most popular platforms as a single binary.

To check the rendered website use the following command (and check the temporary, rendered version at ./public):

hugo

To develop the site use

hugo serve

which starts an internal server where you can always check the final rendered version.

Update ozone.apache.org

For modify the content the Ozone site the rendered version should be committed to the asf-site branch.

This is handled by a Github Action which refresh the rendered branch and commit the changes: It's enough to modify the source files on this branch, no other action is required. Updating the Hugo source files on this branch will automatically update the site itself.

Publishing the asf-site branch as the https://ozone.apache.org is configured by the .asf.yaml descriptor.