Skip to content

Commit 5ca1250

Browse files
committed
HDDS-4398. Replace content with the current rendered version
1 parent dae98ce commit 5ca1250

File tree

593 files changed

+112383
-6367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

593 files changed

+112383
-6367
lines changed

.asf.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
publish:
2+
whoami: asf-site

.gitignore

-4
This file was deleted.

LICENSE.txt

-404
This file was deleted.

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,10 @@
1212
limitations under the License. See accompanying LICENSE file.
1313
-->
1414

15-
# Apache Ozone web page
15+
# Rendered version of Apache Ozone web page
1616

17-
This is the source code of the website of Apache Hadoop Ozone.
18-
19-
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.
20-
21-
To render the final website use the following command:
22-
23-
```
24-
hugo -d /destination/dir
25-
```
26-
27-
To develop the site use
28-
29-
```
30-
hugo serve
31-
```
32-
33-
which starts an internal server where you can always check the final rendered version.
17+
This is the *rendered* code of the website of Apache Ozone.
3418

19+
The site is generated with Hugo from the master branch, all custom changes will be lost during the generation.
3520

21+
Except: `docs/` subdirectory is not generated and kept during the generation, any doc changes can be committed directly to this branch.
File renamed without changes.
File renamed without changes.

build.sh

-33
This file was deleted.

content/categories/index.html categories/index.html

+14-15
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
<title>Apache Hadoop Ozone</title>
1616

17-
<base href="/">
17+
<base href="">
18+
19+
<link rel="canonical" href="https://hadoop.apache.org/ozone">
1820

19-
<link rel="canonical" href="http://ozone.hadoop.apache.org/">
20-
<meta http-equiv="refresh" content="3; URL='https://hadoop.apache.org/ozone/'" />
2121
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
2222
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
2323
<link rel="stylesheet" href="style.css">
@@ -35,14 +35,14 @@
3535
<a href="https://www.apache.org">Apache Software Foundation</span></a>
3636
</li>
3737
<li><a href="https://hadoop.apache.org">Apache Hadoop&trade;</a></li>
38-
<li><a href="/">Ozone&trade;</a></li>
38+
<li><a href="">Ozone&trade;</a></li>
3939
</ul>
4040
<div class="col-md-6">
4141
<ul class="pull-right breadcrumb">
42-
<li><a href="http://www.apache.org/licenses/">License</a></li>
43-
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
44-
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
45-
<li><a href="http://www.apache.org/security/">Security</a></li>
42+
<li><a href="https://www.apache.org/licenses/">License</a></li>
43+
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
44+
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
45+
<li><a href="https://www.apache.org/security/">Security</a></li>
4646
</ul>
4747
</div>
4848
</div>
@@ -61,19 +61,18 @@
6161

6262
<div id="ratis-menu" class="collapse navbar-collapse">
6363
<ul class="nav navbar-nav navbar-right">
64-
<li><a href="#qa">Q&A</a></li>
65-
<li><a href="/downloads/">Download</a></li>
66-
<li><a href="/docs/">Documentation</a></li>
67-
<li><a href="https://github.com/apache/hadoop">Source</a></li>
64+
<li><a href="faq">FAQ</a></li>
65+
<li><a href="downloads">Download</a></li>
66+
<li><a href="docs">Documentation</a></li>
67+
<li><a href="https://github.com/apache/hadoop-ozone">Source</a></li>
6868
<li><a href="https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Contributor+Guide">Wiki</a></li>
69-
<li><a href="https://www.katacoda.com/elek/scenarios/ozone101"><b>Try it out!</b></a></li>
7069
</ul>
7170
</div>
7271

7372
</nav>
7473

7574
<div style="max-height: 200px; overflow: hidden;">
76-
<img src="/cloud.png" style="width: 100%; left:0px;"/>
75+
<img src="sunrise-ozone.jpg" style="width: 100%; left:0px;"/>
7776
</div>
7877

7978
</div>
@@ -91,6 +90,7 @@ <h1 id="title">Categories Archive</h1>
9190
</div>
9291

9392

93+
9494
</section>
9595
</div>
9696

@@ -107,7 +107,6 @@ <h1 id="title">Categories Archive</h1>
107107

108108

109109
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
110-
<script src="./js/underscore-min.js"></script>
111110
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
112111
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
113112
crossorigin="anonymous"></script>

categories/index.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on Apache Ozone</title>
5+
<link>/categories/</link>
6+
<description>Recent content in Categories on Apache Ozone</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language>
9+
<copyright>&amp;copy; 2020 Apache Software Foundation</copyright><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

categories/page/1/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><title>/categories/</title><link rel="canonical" href="/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/categories/" /></head></html>

cloud.png

335 KB
Loading

config.toml

-87
This file was deleted.

content/categories.html

-90
This file was deleted.

content/categories/page/1.html

-1
This file was deleted.

content/cloud.png

-2.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)