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 -b asf-

...

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


Once you have cloned the sources, you will be using asf-site branch.
Once you have cloned the directories, the 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.

...


Code Block
languagebash
 git push origin asf-site


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

...