From 19409852e61edaf5954ae7ee31efc5c9c8ab2148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Tue, 21 Jul 2026 16:37:29 +0200 Subject: [PATCH] Document logo format requirements --- content/collections/how-to/define-metadata.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/collections/how-to/define-metadata.md b/content/collections/how-to/define-metadata.md index 84a42618..f3a93362 100644 --- a/content/collections/how-to/define-metadata.md +++ b/content/collections/how-to/define-metadata.md @@ -52,18 +52,18 @@ This guide will help you define the metadata for your Open Terms Archive collect governance: - name: "Host entity" url: "https://entity-website.com" - logo: "https://path-to-logo.png" + logo: "https://path-to-logo.png" # Transparent PNG, min width 240px, legible on light background roles: ["curator", "maintainer"] - name: "Admin entity" url: "https://admin-website.com" - logo: "https://path-to-logo.png" + logo: "https://path-to-logo.png" # Transparent PNG, min width 240px, legible on light background roles: ["sysadmin"] ``` 6. Add optional fields as needed: ```yaml - logo: "https://path-to-collection-logo.png" + logo: "https://path-to-collection-logo.png" # Transparent PNG, min width 240px, legible on light background donations: "https://donation-page-url.com" ```