Add kernel.org logo

Add logo to the documentation site, displayed in the sidebar.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Assisted-by: claude-opus-4-5-20251101
diff --git a/CHANGELOG b/CHANGELOG
index 9096673..8f24fd3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,3 +27,4 @@
 - Reorganized lore.rst: now describes the service with links to public-inbox
   and korgalore; archive collection instructions moved to lore-archives.rst
 - Added lore-lei.rst: quick start guide for using lei with lore.kernel.org
+- Added kernel.org logo
diff --git a/source/_static/korg-logo-fs8.png b/source/_static/korg-logo-fs8.png
new file mode 100644
index 0000000..e107092
--- /dev/null
+++ b/source/_static/korg-logo-fs8.png
Binary files differ
diff --git a/source/conf.py b/source/conf.py
index 5b677b9..150f199 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -49,7 +49,10 @@
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-#html_static_path = ['_static']
+html_static_path = ['_static']
+
+# Logo
+html_logo = '_static/korg-logo-fs8.png'
 
 # Don't highlight by default
 highlight_language = 'none'