Skip to content

Commit 7e191dd

Browse files
zhoujinsongzhouxinyu
authored andcommitted
Add ASF trademark attribute
1 parent 40846d9 commit 7e191dd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

amoro-site/hugo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
baseURL = ""
22
languageCode = "en-us"
3-
title = "Apache Amoro"
3+
title = "Apache Amoro"
44
theme = "amoro-theme"
55
sectionPagesMenu = "main"
66

77
[params]
88
siteType = "landing-page"
99
search = true
10+
projectName = "Apache Amoro™"
1011
description = "Management system for Lakehouse"
1112
docsBaseURL = ""
1213
githuburl = "https://github.com/apache/incubator-amoro"

amoro-theme/layouts/partials/home-intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section id="intro-new">
22
<div class="intro-content">
3-
<h1 class="title">Amoro</h1>
3+
<h1 class="title">{{ .Site.Params.projectName}}</h1>
44
<div class="desc">{{ .Site.Params.description}}</div>
55
<div class="btns">
66
<a href="{{ .Site.BaseURL }}/download/" class="btn btn-primary">Latest releases</a>

amoro-theme/static/css/home-page.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
#intro-new .title {
22-
font-size: 56px;
22+
font-size: 50px;
2323
color: #0036A1;
2424
font-weight: 600;
2525
}

0 commit comments

Comments
 (0)