You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

In order to make changes to the Ozone website, Please clone the git repository for the website from this address

 git clone -b asf-site https://git-wip-us.apache.org/repos/asf/hadoop-site.git

This is a shared repository for hadoop site and for all the subprojects.

Once you have cloned the sources, you will be using asf-site branch. The sources are in the ozone directory and the rendered version is in the content directory.

If you make a change, you can simply run "hugo" site generator in the ozone directory (config.toml defined the output dir).

Once the site is generated, commit the changes (both the source and rendered version) and push to the remote git.

 git push origin asf-site


As soon as the site is pushed to remote, it will be published to https:/hadoop.apache.org/ozone automatically.



  • No labels