# cncf-branding **Repository Path**: cncf/cncf-branding ## Basic Information - **Project Name**: cncf-branding - **Description**: 🖼 Color codes and logos for all CNCF projects - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *This repository has become outdated so it has been archived and the site is now being redirected to the [CNCF Artwork repo](https://github.com/cncf/artwork).* # CNCF Branding This repo houses the assets used to build https://branding.cncf.io. The site is built using the [Hugo](https://gohugo.io) static site generator. ## How the site works All project information is in the [`data/projects.yaml`](./data/projects.yaml) file. The [`generate-pages.rb`](./scripts/generate-pages.rb) script creates pages for each of the included projects. To update project information, update the `projects.yaml` file and submit a pull request to this repo. ## Site publishing The site is automatically published via [Netlify](https://netlify.com) when changes are pushed to `master`. ## Run the site locally To run the site locally, make sure you have the "extended" version of Hugo and [Yarn](https://yarnpkg.com) installed, then: ```bash make assets make serve ```