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.
19 lines
419 B
Markdown
19 lines
419 B
Markdown
# breadway.dev
|
|
|
|
Curated public catalog of Breadway projects — built with [Zola](https://www.getzola.org/) and the Bread Design System (fixed BOS dark base, pywal accents).
|
|
|
|
This site is **curated**, not a dump of every bakery product. The bakery source of truth is `bread-ecosystem/registry/bread-ecosystem.toml`.
|
|
|
|
## Developing
|
|
|
|
```bash
|
|
zola serve
|
|
```
|
|
|
|
## Building
|
|
|
|
```bash
|
|
zola build
|
|
```
|
|
|
|
Output goes to `public/`.
|