Refresh the public catalog to match the live BOS desktop

Desktop / BOS lists ISO and core apps including breadhelp; bos-settings
is Tauri 2 + Svelte, not GTK4. breadcast is a bakery-only extra in Misc.
Tokens follow the fixed #0c0c0c / #1a1a1a base instead of Catppuccin mocha.

The site is curated; bakery SoT remains bread-ecosystem/registry/bread-ecosystem.toml.
This commit is contained in:
Breadway 2026-08-15 21:33:31 +08:00
parent 6fc834a27d
commit a6f840d52f
6 changed files with 50 additions and 27 deletions

View file

@ -22,7 +22,7 @@
</svg>
<h1>Breadway</h1>
</div>
<p class="tagline">Personal projects — mostly Rust tooling for a Hyprland desktop, plus whatever else comes up.</p>
<p class="tagline">Curated catalog of BOS desktop tools and other personal projects — not the bakery registry.</p>
<p class="stats"><strong>{{ total }}</strong> projects across <strong>{{ data.category | length }}</strong> categories</p>
</header>
@ -43,12 +43,12 @@
<main>
{% for category in data.category %}
{% if category.name == "Bread Desktop Ecosystem" %}{% set cat_class = "cat-ecosystem" %}
{% if category.name == "Desktop / BOS" %}{% set cat_class = "cat-ecosystem" %}
{% elif category.name == "Hardware & Firmware" %}{% set cat_class = "cat-hardware" %}
{% else %}{% set cat_class = "cat-misc" %}{% endif %}
<section class="group {{ cat_class }}">
<div class="group-head">
{% if category.name == "Bread Desktop Ecosystem" %}
{% if category.name == "Desktop / BOS" %}
<svg class="group-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="4 17 10 11 4 5"></polyline>
<line x1="12" y1="19" x2="20" y2="19"></line>