Skip to content

Commit

Permalink
minor fixes for front page (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pendoragon authored Jun 20, 2024
1 parent bf6e58c commit c09b408
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 34 deletions.
87 changes: 56 additions & 31 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,42 @@ taxonomyPageHeader = ["tags", "categories"]
parent = "Project"
name = "Katalyst"
weight = 1
url = "https://github.com/kubewharf/katalyst-core"
url = "https://gokatalyst.io"
[[menu.main]]
parent = "Project"
name = "KubeAdmiral"
weight = 2
url = "https://github.com/kubewharf/kubeadmiral"
[[menu.main]]
name = "Documentation"
weight = 2
pre = "<i class='fas fa-book pr-2'></i>"
url = "/docs/"
url = "https://kubeadmiral.io"
[[menu.main]]
parent = "Project"
name = "KubeGateway"
weight = 3
url = "https://github.com/kubewharf/kubegateway"
[[menu.main]]
parent = "Project"
name = "KubeZoo"
weight = 4
url = "https://github.com/kubewharf/kubezoo"
[[menu.main]]
parent = "Project"
name = "KubeBrain"
weight = 5
url = "https://github.com/kubewharf/kubebrain"
[[menu.main]]
parent = "Project"
name = "Kelemetry"
weight = 6
url = "https://github.com/kubewharf/kelemetry"
[[menu.main]]
parent = "Project"
name = "Gödel"
weight = 7
url = "https://github.com/kubewharf/godel-scheduler"
# [[menu.main]]
# name = "Documentation"
# weight = 2
# pre = "<i class='fas fa-book pr-2'></i>"
# url = "/docs/"
[[menu.main]]
name = "Blog"
weight = 3
Expand Down Expand Up @@ -102,14 +127,14 @@ anchor = "smart"
weight = 1
[languages.en.params]
description = "KubeWharf By ByteDance"
[languages.no]
title = ""
languageName ="中文"
contentDir = "content/zh"
# weight used for sorting in the language menu
weight = 1
[languages.no.params]
description = "KubeWharf by ByteDance"
# [languages.no]
# title = ""
# languageName ="中文"
# contentDir = "content/zh"
# # weight used for sorting in the language menu
# weight = 1
# [languages.no.params]
# description = "KubeWharf by ByteDance"

[markup]
[markup.goldmark]
Expand Down Expand Up @@ -207,22 +232,22 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
[params.ui.readingtime]
enable = false

[params.links]
[[params.links.user]]
name = "Slack"
url = ""
icon = "fab fa-slack"
desc = "Join the KubeWharf Slack Workspace!"
[[params.links.user]]
name = "Mailing list"
url = ""
icon = "fa fa-envelope"
desc = "Join the KubeWharf Mailing List!"
[[params.links.user]]
name = "Weekly Community Call"
url = ""
icon = "fa fa-calendar"
desc = "Join the weekly KubeWharf Community Call!"
#[params.links]
# [[params.links.user]]
# name = "Slack"
# url = ""
# icon = "fab fa-slack"
# desc = "Join the KubeWharf Slack Workspace!"
# [[params.links.user]]
# name = "Mailing list"
# url = ""
# icon = "fa fa-envelope"
# desc = "Join the KubeWharf Mailing List!"
# [[params.links.user]]
# name = "Weekly Community Call"
# url = ""
# icon = "fa fa-calendar"
# desc = "Join the weekly KubeWharf Community Call!"


# hugo module configuration
Expand Down
6 changes: 3 additions & 3 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div id="overviewBg">
<img src="docs/images/homepage/kubeWharfBg.svg" style="padding-left: 40px; width: 100%;">
<div class="buttonWrapper">
<a class="startButton" href="https://github.com/kubewharf" target="_blank">Get Start</a>
<a class="startButton" href="https://github.com/kubewharf" target="_blank">Get Started</a>
<a class="contributeButton" href="https://github.com/orgs/kubewharf/people" target="_blank">Contribute</a>
</div>
</div>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h4 class="section-head">Projects</h4>
<img src="docs/images/homepage/KubeAdmiral.png" alt="KubeAdmiral Logo">
</div>
<div class="title-part">KubeAdmiral</div>
<div class="desc-part">Specific Layer7 Gateway for kube-apiserver.</div>
<div class="desc-part">A powerful multi-cluster management system for Kubernetes.</div>
</a>
<a class="project-card" style="background-image: url('./docs/images/homepage/KelemetryBg.png'); background-repeat: no-repeat; background-position: right center; background-size: 74px 164px;" href="https://github.com/kubewharf/kelemetry" target="_blank">
<div class="image-part">
Expand All @@ -93,7 +93,7 @@ <h4 class="section-head">Projects</h4>
<img src="docs/images/homepage/katalyst.png" alt="katalyst Logo">
</div>
<div class="title-part">Katalyst</div>
<div class="desc-part">A High Performance Metadata System for Kubernetes.</div>
<div class="desc-part">A QoS-based resource management system for workload colocation on kubernetes. </div>
</a>
<a class="project-card" style="background-image: url('./docs/images/homepage/KubeGatewayBg.png'); background-repeat: no-repeat; background-position: right center; background-size: 74px 164px;" href="https://github.com/kubewharf/kubegateway" target="_blank">
<div class="image-part">
Expand Down

0 comments on commit c09b408

Please sign in to comment.