@karaoke-cms/theme-minimal 0.9.3 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,29 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Minimal CSS-only theme for karaoke-cms. Pure typography and spacing — no sidebar, no card grids, no decorative elements.
|
|
4
4
|
|
|
5
|
-
## Where it belongs
|
|
6
|
-
|
|
7
|
-
`packages/theme-minimal/` in the monorepo. Activated via `karaoke.config.ts`:
|
|
8
|
-
|
|
9
|
-
```ts
|
|
10
|
-
export default {
|
|
11
|
-
vault: KARAOKE_VAULT,
|
|
12
|
-
theme: '@karaoke-cms/theme-minimal',
|
|
13
|
-
};
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
## What it does
|
|
17
|
-
|
|
18
|
-
Planned: a stripped-down theme that injects the same routes as `theme-default` (`/`, `/blog`, `/blog/[slug]`, `/docs`, `/docs/[slug]`, `/tags`, `/tags/[tag]`, `/404`) with minimal HTML — a single-column layout, system font stack, and a small CSS file.
|
|
19
|
-
|
|
20
|
-
The defining constraint: no JavaScript, no images, no web fonts. Pages render correctly with CSS disabled.
|
|
21
|
-
|
|
22
5
|
## Status
|
|
23
6
|
|
|
24
|
-
**Not yet implemented.** The package
|
|
7
|
+
**Not yet implemented.** The package exists as a placeholder. Use `@karaoke-cms/theme-default` or `@karaoke-cms/theme-blog` for active themes.
|
|
8
|
+
|
|
9
|
+
## Planned
|
|
25
10
|
|
|
26
|
-
`theme-default`
|
|
11
|
+
When implemented: same routes as `theme-default` but with a single-column layout, system font stack, and a small CSS file. No JavaScript, no images, no web fonts.
|
|
27
12
|
|
|
28
|
-
##
|
|
13
|
+
## What's new in 0.9.5
|
|
29
14
|
|
|
30
|
-
|
|
15
|
+
No user-facing changes in this release — version bumped for lockstep with the monorepo.
|