Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In

...

order

...

to

...

make

...

changes

...

to

...

the

...

Ozone

...

website,

...

Please

...

clone

...

the

...

git

...

repository

...

for

...

the

...

website

...

from

...

this

...

address

Code Block
languagebash
git clone --

...

Once you have cloned the directories, the sources are in the static and layout directories.

If you make a change, you can simply run "hugo" site generator in the ozone-site directory (the same directory that contains config.toml).

Once the site is generated, commit the changes and push to the remote git.
git push origin asf-site

...

branch master git@github.com:apache/ozone-site.git


  • master branch contains the source of the generated site
  • asf-site branch contains the generated site

Rendering is handled by a github action, it's enough to modify only the source branch (master). Github action will generate a new site and commit it to the asf-site branch, and INFRA scripts will publish the site.


To check your local modification you can use Hugo:

Code Block
hugo serve