From cff357d242bc85d1bf0617c122b5ff758ce1e90b Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:32:06 +0000 Subject: [PATCH] Add logo for `jekyll-seo-tag` (#34) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 43884c4..603df6c 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ author: name: © 2025. vLLM Team. All rights reserved. google_analytics: G-9C5R3JR3QS url: https://blog.vllm.ai +logo: /assets/logos/vllm-logo-only-light.png # The `>` after `description:` means to ignore line-breaks until next key. # If you want to omit the line-break after the end of text, use `>-` instead.