{"id":49083643,"url":"https://github.com/dirnbauer/desiderio","last_synced_at":"2026-04-20T14:09:27.057Z","repository":{"id":349235595,"uuid":"1201573123","full_name":"dirnbauer/desiderio","owner":"dirnbauer","description":"Desiderio — camino-inspired TYPO3 v14 theme built on shadcn2fluid components","archived":false,"fork":false,"pushed_at":"2026-04-19T17:38:46.000Z","size":15215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T19:26:42.899Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirnbauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-04T21:28:15.000Z","updated_at":"2026-04-19T17:38:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dirnbauer/desiderio","commit_stats":null,"previous_names":["dirnbauer/desiderio"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dirnbauer/desiderio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirnbauer%2Fdesiderio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirnbauer%2Fdesiderio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirnbauer%2Fdesiderio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirnbauer%2Fdesiderio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirnbauer","download_url":"https://codeload.github.com/dirnbauer/desiderio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirnbauer%2Fdesiderio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-20T14:09:26.479Z","updated_at":"2026-04-20T14:09:27.051Z","avatar_url":"https://github.com/dirnbauer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Desiderio\n\nA self-contained TYPO3 v14 theme extension that bundles a\n[shadcn/ui](https://ui.shadcn.com)-inspired Fluid 5 component library, **255\ncontent elements**, backend layouts, page templates, and five swappable\nvisual skins — without a frontend build step.\n\n\u003e Desiderio 2.0 replaces both `webconsulting/desiderio 1.x` and\n\u003e `webconsulting/shadcn2fluid-templates 3.x`. No backward compatibility; clean\n\u003e installs only. See [SPECIFICATION.md](SPECIFICATION.md) and\n\u003e [MIGRATION-PLAN.md](MIGRATION-PLAN.md) for the rewrite rationale.\n\n## Three-layer architecture\n\n```\n┌──────────────────────────────────────────────────────────┐\n│ Layer 3 — THEME                                          │\n│ Page templates · Backend layouts · Header/Footer · Skins │\n└──────────────────────────────────────────────────────────┘\n                          ▲ renders via PAGEVIEW\n┌──────────────────────────────────────────────────────────┐\n│ Layer 2 — CONTENT ELEMENTS (Content Blocks)              │\n│ 255 editor-facing elements in 10 wizard groups           │\n└──────────────────────────────────────────────────────────┘\n                          ▲ composes via \u003cd:…\u003e\n┌──────────────────────────────────────────────────────────┐\n│ Layer 1 — COMPONENTS (Fluid 5)                           │\n│ 16 atoms · 17 molecules · 4 layouts (typed \u003cf:argument\u003e) │\n└──────────────────────────────────────────────────────────┘\n```\n\n## Installation\n\nRequires TYPO3 14.3+ with PHP 8.3+:\n\n```bash\ncomposer require webconsulting/desiderio\nvendor/bin/typo3 extension:setup\nvendor/bin/typo3 cache:flush\n```\n\nThen enable the base site set plus one of the five skins:\n\n1. Site Management → Sites → edit the target site\n2. Add `Desiderio — Base` (`webconsulting/desiderio`)\n3. Add one of the five skin sets (see below)\n4. Save and flush caches\n\n## Page templates\n\n| Backend layout               | Content areas             | Page template        |\n| ---------------------------- | ------------------------- | -------------------- |\n| `DesiderioStartpage`         | `stage`, `main`           | `Startpage.html`     |\n| `DesiderioContentpage`       | `stage`, `main`           | `Contentpage.html`   |\n| `DesiderioContentpageSidebar`| `stage`, `main`, `sidebar`| `Sidebar.html`       |\n| `DesiderioStyleguide`        | `main`                    | `Styleguide.html`    |\n| _(fallback)_                 | `stage`, `main`           | `Default.html`       |\n\nEvery content area works with the TYPO3 visual editor. Headers and footers\nare static partials, not content areas — the editing surface stays focused\non the content that matters.\n\n## Skins\n\nFive site sets that depend on the base set. Each ships a single CSS file and\noverrides base-set setting defaults. Switching skins **never** changes your\ncontent, markup, or backend layouts — only the presentation.\n\n| Set                                    | Character             |\n| -------------------------------------- | --------------------- |\n| `webconsulting/desiderio-skin1`        | SaaS Landing          |\n| `webconsulting/desiderio-skin2`        | Mainline Corporate    |\n| `webconsulting/desiderio-skin3`        | Portfolio             |\n| `webconsulting/desiderio-skin4`        | Blog \u0026 Magazine       |\n| `webconsulting/desiderio-skin5`        | Dashboard App         |\n\n## Settings\n\nEvery site configures Desiderio through typed settings exposed in\n**Site Management → Settings** (no TypoScript required). The base set\ndeclares the full schema; skins ship different defaults.\n\n| Setting                              | Values                                               |\n| ------------------------------------ | ---------------------------------------------------- |\n| `desiderio.layout.density`           | `compact`, `comfortable`, `spacious`                 |\n| `desiderio.layout.container`         | `narrow`, `wide`, `full`                             |\n| `desiderio.layout.radius`            | `none`, `sm`, `md`, `lg`, `full`                     |\n| `desiderio.header.style`             | `solid`, `transparent`, `glass`, `sticky`            |\n| `desiderio.header.fixedPosition`     | `true`, `false`                                      |\n| `desiderio.footer.style`             | `columns`, `centered`, `minimal`, `mega`             |\n| `desiderio.theme.accent`             | `slate`, `rose`, `blue`, `emerald`, `amber`, `violet`, `custom` |\n| `desiderio.theme.darkModeDefault`    | `light`, `dark`, `system`                            |\n| `desiderio.theme.darkModeToggle`     | `true`, `false`                                      |\n| `desiderio.typography.fontSans`      | `inter`, `geist`, `system`, `serif`                  |\n| `desiderio.styleguide.enabled`       | `true`, `false`                                      |\n\nSettings are rendered into `\u003cbody data-*\u003e` attributes so hand-written CSS\ncan react to them without runtime JavaScript.\n\n## Content elements\n\n255 content blocks, organised in 10 wizard categories. Every block composes\nFluid 5 components — no block writes raw HTML. See\n`ContentBlocks/ContentElements/` for the full list.\n\n## Fluid 5 components\n\n- **Atoms (16):** AspectRatio, Avatar, Badge, Button, Icon, Image, Input,\n  Label, Link, Progress, ScrollArea, Select, Separator, Skeleton, Textarea,\n  Typography\n- **Molecules (17):** Accordion, AccordionItem, Alert, AlertTitle,\n  AlertDescription, Card, CardHeader, CardContent, CardFooter, Table,\n  TableHeader, TableRow, TableCell, Tabs, TabsList, TabsTrigger, TabsContent\n- **Layout (4):** Container, Grid, Section, Stack\n\nAvailable in any Fluid template via\n`xmlns:d=\"http://typo3.org/ns/Webconsulting/Desiderio/Components/ComponentCollection\"`.\n\n## Frontend build\n\n**None.** Pure Fluid 5 server-side rendering. Pure CSS. Vanilla JS for\ndark-mode toggle, accordion, tabs, counters. No bundler, no npm build step.\n\n## Testing\n\n```bash\ncomposer install\nvendor/bin/phpunit --testsuite=Unit   # 13 tests, 3444 assertions\nvendor/bin/phpstan analyse            # level 8, no errors\n```\n\n## License\n\nGPL-2.0-or-later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirnbauer%2Fdesiderio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirnbauer%2Fdesiderio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirnbauer%2Fdesiderio/lists"}