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 @@
-

Amoro

+

{{ .Site.Params.projectName}}

{{ .Site.Params.description}}
Latest releases 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; }