mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 09:06:14 +00:00
The hextra/hero-button and hextra/feature-card shortcodes call Hugo's relURL on any link starting with '/'. relURL prepends the baseURL sub-path — but the deployed site was producing /docs/... instead of /Bose-SoundTouch/docs/..., meaning relURL was seeing a baseURL with no sub-path (likely just the domain). Rather than depend on relURL working correctly at build time, remove the leading slash from all four internal links. Bare paths are emitted verbatim by the shortcode and are resolved by the browser relative to the page's own URL (/Bose-SoundTouch/ on GitHub Pages, / on local dev) — correct in both environments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2.1 KiB
2.1 KiB
title, layout
| title | layout |
|---|---|
| AfterTouch | hextra-home |
{{< hextra/hero-badge >}}
Free, open source {{< icon name="arrow-circle-right" attributes="height=14" >}} {{< /hextra/hero-badge >}}
{{< hextra/hero-headline >}}
Keep Your Bose SoundTouch Speakers Alive
{{< /hextra/hero-headline >}}
{{< hextra/hero-subtitle >}}
Bose shut down SoundTouch cloud services on May 6, 2026.
AfterTouch replaces the cloud — presets, music browsing, stereo pairing, all restored. {{< /hextra/hero-subtitle >}}
AfterTouch replaces the cloud — presets, music browsing, stereo pairing, all restored. {{< /hextra/hero-subtitle >}}
{{< hextra/hero-button text="Get Started" link="docs/guides/GETTING-STARTED" >}}
{{< hextra/hero-button text="Survival Guide" link="docs/guides/SURVIVAL-GUIDE" style="outline" >}}
{{< hextra/feature-grid >}}
{{< hextra/feature-card
title="Presets Restored"
subtitle="Preset buttons, long-press assignment, and recently-played sync — fully working."
icon="star"
>}}
{{< hextra/feature-card
title="Music Browsing"
subtitle="TuneIn, Internet Radio, RadioBrowser, and Spotify via soundtouch-web and soundtouch-cli."
icon="speakerphone"
>}}
{{< hextra/feature-card
title="Stereo Pairing"
subtitle="SoundTouch 10 stereo pairing via soundtouch-cli, no Bose cloud required."
icon="adjustments"
>}}
{{< hextra/feature-card
title="Three Deployment Options"
subtitle="Run on a Raspberry Pi, a VPS, or directly on the speaker itself."
icon="server"
link="docs/guides/DEPLOYMENT-OVERVIEW"
>}}
{{< hextra/feature-card
title="CLI Control"
subtitle="soundtouch-cli for scripting, home automation, and direct device control."
icon="terminal"
link="docs/guides/CLI-REFERENCE"
>}}
{{< hextra/feature-card
title="Open Source"
subtitle="MIT licensed. Not affiliated with Bose Corporation."
icon="shield-check"
link="https://github.com/gesellix/Bose-SoundTouch"
>}}
{{< /hextra/feature-grid >}}