HDDS-4398. Adding .asf.yaml descriptor
1 file changed
tree: 25764e7bc2a0a476267c200f8800521911851fdb
  1. content/
  2. layouts/
  3. public/
  4. static/
  5. .asf.yaml
  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 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

To develop the site use

hugo serve

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