This is an automated email from the ASF dual-hosted git repository.
yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7e191dd Add ASF trademark attribute
7e191dd is described below
commit 7e191dddf916468e3cc045b97d5a35de2d6eafc4
Author: zhoujinsong <[email protected]>
AuthorDate: Thu Apr 4 11:16:00 2024 +0800
Add ASF trademark attribute
---
amoro-site/hugo.toml | 3 ++-
amoro-theme/layouts/partials/home-intro.html | 2 +-
amoro-theme/static/css/home-page.css | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/amoro-site/hugo.toml b/amoro-site/hugo.toml
index 37b6e9e..e79976c 100644
--- a/amoro-site/hugo.toml
+++ b/amoro-site/hugo.toml
@@ -1,12 +1,13 @@
baseURL = ""
languageCode = "en-us"
-title = "Apache Amoro"
+title = "Apache Amoro™"
theme = "amoro-theme"
sectionPagesMenu = "main"
[params]
siteType = "landing-page"
search = true
+ projectName = "Apache Amoro™"
description = "Management system for Lakehouse"
docsBaseURL = ""
githuburl = "https://github.com/apache/incubator-amoro"
diff --git a/amoro-theme/layouts/partials/home-intro.html
b/amoro-theme/layouts/partials/home-intro.html
index 0864e37..78442e4 100644
--- a/amoro-theme/layouts/partials/home-intro.html
+++ b/amoro-theme/layouts/partials/home-intro.html
@@ -1,6 +1,6 @@
<section id="intro-new">
<div class="intro-content">
- <h1 class="title">Amoro</h1>
+ <h1 class="title">{{ .Site.Params.projectName}}</h1>
<div class="desc">{{ .Site.Params.description}}</div>
<div class="btns">
<a href="{{ .Site.BaseURL }}/download/" class="btn btn-primary">Latest
releases</a>
diff --git a/amoro-theme/static/css/home-page.css
b/amoro-theme/static/css/home-page.css
index cb6be0d..776e50b 100644
--- a/amoro-theme/static/css/home-page.css
+++ b/amoro-theme/static/css/home-page.css
@@ -19,7 +19,7 @@
}
#intro-new .title {
- font-size: 56px;
+ font-size: 50px;
color: #0036A1;
font-weight: 600;
}