HDDS-459. Create redirect to the hadoop.apache.org/ozone. Content is moved to the hadoop-site git repo.
16 files changed
tree: afef0b67a755a1775568639ee5f6f04db42abb53
  1. content/
  2. layouts/
  3. sitecontent/
  4. static/
  5. .gitignore
  6. build.sh
  7. config.toml
  8. LICENSE.txt
  9. README.md
README.md

Apache Ozone web page

This is the source code of the website of Apache Hadoop 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 render the final website use the following command:

hugo -d /destination/dir

To develop the site use

hugo serve

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