tree: 6da50d8fab00b206e4a9e88c9657bf50607df3b5 [path history] [tgz]
  1. layouts/
  2. src/
  3. static/
  4. build.sh
  5. config.toml
  6. LICENSE.txt
  7. README.md
ozone/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.