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 2d116b0..2a1e123 100644 --- a/config.toml +++ b/config.toml @@ -60,7 +60,7 @@ guessSyntax = "true" [params] copyright = "2021-2026. The kube-bind Authors" footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation® (TLF)." -footer_cncf_show = false +footer_cncf_show = true footer_cncf_note = "We are a Cloud Native Computing Foundation sandbox project." archived_version = false @@ -142,6 +142,9 @@ url = "https://github.com/kube-bind/kube-bind/blob/main/code-of-conduct.md" [[params.links.footer.policies.links]] name = "Governance" url = "https://github.com/kube-bind/kube-bind/blob/main/GOVERNANCE.md" +[[params.links.footer.policies.links]] +name = "Trademark Usage" +url = "https://www.linuxfoundation.org/trademark-usage/" # hugo module configuration diff --git a/package-lock.json b/package-lock.json index 6673739..7576b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "kcp.io", + "name": "kube-bind.io", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "kcp.io", + "name": "kube-bind.io", "version": "0.1.0", "devDependencies": { "autoprefixer": "^10.4.14",