feat: add proper favicon and logo for landing page and docs site
Generated favicon files (ico, 16x16, 32x32, 180x180, 192x192, 512x512) from the Hermes Agent logo. Replaces the inline SVG caduceus emoji with real favicon files so Google's favicon service can pick up the logo. Landing page: updated <link> tags to reference favicon.ico, favicon PNGs, and apple-touch-icon. Docusaurus: updated config to use favicon.ico and logo.png instead of favicon.svg.
BIN
landingpage/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
landingpage/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 870 B |
BIN
landingpage/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
landingpage/favicon.ico
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
landingpage/icon-192.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
landingpage/icon-512.png
Normal file
|
After Width: | Height: | Size: 134 KiB |
@@ -19,7 +19,10 @@
|
|||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚕</text></svg>">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Ambient glow effects -->
|
<!-- Ambient glow effects -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
|
|||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: 'Hermes Agent',
|
title: 'Hermes Agent',
|
||||||
tagline: 'The self-improving AI agent',
|
tagline: 'The self-improving AI agent',
|
||||||
favicon: 'img/favicon.svg',
|
favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
url: 'https://hermes-agent.nousresearch.com',
|
url: 'https://hermes-agent.nousresearch.com',
|
||||||
baseUrl: '/docs/',
|
baseUrl: '/docs/',
|
||||||
@@ -53,7 +53,7 @@ const config: Config = {
|
|||||||
title: 'Hermes Agent',
|
title: 'Hermes Agent',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Hermes Agent',
|
alt: 'Hermes Agent',
|
||||||
src: 'img/favicon.svg',
|
src: 'img/logo.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
BIN
website/static/img/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
website/static/img/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 870 B |
BIN
website/static/img/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
website/static/img/favicon.ico
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
website/static/img/logo.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |