diff --git a/assets/images/cncf-color.png b/assets/images/cncf-color.png new file mode 100644 index 0000000..a1fa79e Binary files /dev/null and b/assets/images/cncf-color.png differ diff --git a/config.toml b/config.toml index ad03a3d..dd266dd 100644 --- a/config.toml +++ b/config.toml @@ -59,12 +59,13 @@ guessSyntax = "true" [params] copyright = "2021-2023. The kcp Authors" -footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation." +footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation® (TLF)." +footer_cncf_show = true +footer_cncf_note = "We are a Cloud Native Computing Foundation sandbox project." archived_version = false -version = "v0.8" url_latest_version = "https://kcp.io/" -github_repo = "https://github.com/kcp-dev/kcp-dev.github.io" +github_repo = "https://github.com/kcp-dev/kcp.io" github_project_repo = "https://github.com/kcp-dev/kcp" github_subdir = "docs" github_branch= "main" @@ -84,7 +85,7 @@ url = "https://docs.kcp.io/kcp/main" [[menu.main]] name = "GitHub" weight = -99 -url = "https://github.com/kcp-dev/kcp/" +url = "https://github.com/kcp-dev/kcp" [[menu.main]] name = "Contribute" weight = -99 @@ -102,29 +103,34 @@ name = "Twitter" brand = "twitter" url = "https://twitter.com/kcp" +[[params.links.social]] +name = "YouTube" +brand = "youtube" +url = "https://www.youtube.com/channel/UCfP_yS5uYix0ppSbm2ltS5Q" + [params.links.footer] [params.links.footer.community] name = "Community" [[params.links.footer.community.links]] -name = "Kubernetes Slack" -url = "https://kubernetes.slack.com/archives/C021U8WSAFK" -[[params.links.footer.community.links]] name = "Code of Conduct" url = "https://github.com/kcp-dev/kcp/blob/main/code-of-conduct.md" [[params.links.footer.community.links]] +name = "Kubernetes Slack" +url = "https://kubernetes.slack.com/archives/C021U8WSAFK" +[[params.links.footer.community.links]] name = "User Mailing List" url = "https://groups.google.com/g/kcp-users" [params.links.footer.developer] name = "Developer Resources" [[params.links.footer.developer.links]] -name = "Governance" -url = "https://github.com/kcp-dev/kcp/blob/main/GOVERNANCE.md" -[[params.links.footer.developer.links]] name = "How to Contribute" url = "https://github.com/kcp-dev/kcp/blob/main/CONTRIBUTING.md" [[params.links.footer.developer.links]] +name = "Website Source" +url = "https://github.com/kcp-dev/kcp.io" +[[params.links.footer.developer.links]] name = "Developer Mailing List" url = "https://groups.google.com/g/kcp-dev" @@ -137,6 +143,15 @@ url = "https://docs.kcp.io" name = "Report a Vulnerability" url = "https://github.com/kcp-dev/kcp/blob/main/SECURITY.md" +[params.links.footer.policies] +name = "Policies" +[[params.links.footer.policies.links]] +name = "Governance" +url = "https://github.com/kcp-dev/kcp/blob/main/GOVERNANCE.md" +[[params.links.footer.policies.links]] +name = "Trademark Usage" +url = "https://www.linuxfoundation.org/trademark-usage/" + # hugo module configuration [module] diff --git a/themes/kcp/layouts/partials/footer.html b/themes/kcp/layouts/partials/footer.html index 3f72b91..ec50157 100644 --- a/themes/kcp/layouts/partials/footer.html +++ b/themes/kcp/layouts/partials/footer.html @@ -2,43 +2,51 @@
+
+ {{ .Site.Params.footer_cncf_note }} +
+ {{- end }} +{{ .Site.Params.footer_note }}
++ © {{ .Site.Params.copyright }}. +
- - {{- if .Site.Params.links.social }} -Find us on
- + {{- if .Site.Params.links.social }} +Find us on
+
This page uses flowbite-icons and alpine.js, licensed under MIT License. -
+- © {{ .Site.Params.copyright }}. -