Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,4 @@ <h2 class="section-label">

</div>



{{< home/cncf >}}
88 changes: 88 additions & 0 deletions content/en/img/logos/cncf-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ outputs:

params:
description: Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
copyright: Ænix,
copyright: The Cozystack authors
github_repo: https://github.com/cozystack/website
github_branch: main
github_project_repo: https://github.com/cozystack/cozystack
Expand All @@ -113,11 +113,11 @@ params:
# url: https://v2-1.docs.fluxcd.io
# - version: "v2.0"
# url: https://v2-0.docs.fluxcd.io
#logos:
logos:
# navbar: flux-horizontal-white.png
# hero: flux-horizontal-color.png
# footer: flux-stacked-white.png
# cncf: cncf-color.png
cncf: cncf-color.svg
ui:
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact: true
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/home/cncf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ $logo := printf "img/logos/%s" site.Params.logos.cncf | relURL }}
<section id="{{ $blockID }}" class="cncf-footer">
<div class="container">
<p class="h3 p-3 mb-2 text-muted text-center">Flux is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> Graduated project</p>
<p class="h3 p-3 mb-2 text-muted text-center">Cozystack is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> Sandbox project</p>
<img class="mx-auto d-block img-fluid is-cncf-logo" src="{{ $logo }}" alt="Cloud Native Computing Foundation logo">
<p class="text-muted text-center">The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a>.</p>
</div>
Expand Down