Files
Tobias GesellchenandClaude Sonnet 4.6 e173ed389d feat(docs): branding — logo, favicon, subtitle, and footer
- Enable navbar logo (favicon-braille.svg, 24×24)
- Override navbar-title partial to add 'Bose SoundTouch Toolkit' subtitle
- Add favicon.svg to static root (picked up by Hextra head automatically)
- Custom footer: sponsor link (left) + copyright (right) in a single row
- i18n/en.yaml: copyright text with link to github.com/gesellix
- hugo.toml: blog list sorted by date desc, tags enabled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 00:17:48 +02:00

13 lines
681 B
XML

<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<!-- Braille Raster 2x3 (S + T kombiniert) -->
<!-- Spalte 1: Punkte 1, 2, 3 -->
<circle cx="10" cy="8" r="3" fill="#eee"/> <!-- Punkt 1 (inaktiv) -->
<circle cx="10" cy="16" r="3" fill="#0055aa"/> <!-- Punkt 2 (aktiv S/T) -->
<circle cx="10" cy="24" r="3" fill="#0055aa"/> <!-- Punkt 3 (aktiv S/T) -->
<!-- Spalte 2: Punkte 4, 5, 6 -->
<circle cx="22" cy="8" r="3" fill="#0055aa"/> <!-- Punkt 4 (aktiv S/T) -->
<circle cx="22" cy="16" r="3" fill="#ffcc00"/> <!-- Punkt 5 (Der "T"-Punkt, Akzent) -->
<circle cx="22" cy="24" r="3" fill="#eee"/> <!-- Punkt 6 (inaktiv) -->
</svg>