36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
---
|
||||
|
|
type: issue
|
|||
|
|
id: "0050"
|
|||
|
|
status: open
|
|||
|
|
created: 2026-08-12
|
|||
|
|
milestone: M4
|
|||
|
|
priority: low
|
|||
|
|
area: infrastructure
|
|||
|
|
related: [docs/adr/0014-wikijs-loest-docusaurus-ab.md, docs/issues/0048-wikijs-in-der-suite-deployen.md]
|
|||
|
|
---
|
|||
|
|
# Wiki.js: Theming — Docusaurus-Farben und Logo übernehmen
|
|||
|
|
|
|||
|
|
## Problem / Motivation
|
|||
|
|
|
|||
|
|
Das neue Wiki soll aussehen wie das aktuelle Docusaurus (Wiedererkennung). Werte
|
|||
|
|
aus `git.lab/homelab/wiki` extrahiert (2026-08-12):
|
|||
|
|
|
|||
|
|
- **Akzent/primary**: hell `#2b6cb0`, dunkel `#63b3ed` (blau)
|
|||
|
|
- **Farbmodus**: dark als Default, `respectPrefersColorScheme`
|
|||
|
|
- **Hintergrund/Rest**: `custom.css` überschreibt nichts → Docusaurus-Dark-Defaults
|
|||
|
|
- **Logo**: `homelab/wiki:static/img/logo.png` (183×128, rotes Icon), alt „ThreadNet";
|
|||
|
|
Wortmarke `threadnet-logo-wortmarke.png` (512×512)
|
|||
|
|
- **Favicon**: `favicon.ico` + `favicon-32/96.png`
|
|||
|
|
|
|||
|
|
## Acceptance
|
|||
|
|
|
|||
|
|
- Wiki.js-Theme: dunkler Default, blauer Akzent (`#2b6cb0`/`#63b3ed`), Logo und
|
|||
|
|
Favicon aus den obigen Assets übernommen (in das `wiki`-Repo kopiert, nicht aus
|
|||
|
|
`homelab/wiki` referenziert).
|
|||
|
|
- Optischer Abgleich gegen den Docusaurus-Stand (Screenshot 2026-08-12).
|
|||
|
|
|
|||
|
|
## Notes
|
|||
|
|
|
|||
|
|
Nice-to-have (`low`), nach #0048/#0049. Assets liegen in `homelab/wiki`; beim Bau
|
|||
|
|
in das neue `wiki`-Repo kopieren.
|