From 2925a43138d8cbcc502c2a08812db89d920156f4 Mon Sep 17 00:00:00 2001 From: Claude AI Guide Project Date: Tue, 8 Jul 2025 00:26:02 -0600 Subject: [PATCH] feat: Add logo to top navigation - Add logo.svg from assets to Starlight navigation bar - Logo appears alongside site title in top nav - Enhances site branding and visual identity --- astro.config.mjs | 3 ++ src/assets/logo.svg | 96 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 src/assets/logo.svg diff --git a/astro.config.mjs b/astro.config.mjs index eda2e84..3668b93 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,6 +8,9 @@ export default defineConfig({ starlight({ title: 'How to Talk to Claude', description: 'A comprehensive guide to AI collaboration skills - for humans', + logo: { + src: './src/assets/logo.svg', + }, social: [ { icon: 'github', label: 'GitHub', href: 'https://github.com/your-username/how-to-talk-to-claude' } ], diff --git a/src/assets/logo.svg b/src/assets/logo.svg new file mode 100644 index 0000000..b6908fb --- /dev/null +++ b/src/assets/logo.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + How to Talkto Claude + for Humans +