@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.
Files changed (2) hide show
  1. package/README.md +6 -21
  2. 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 entry point is declared but `src/` is empty.
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` and `theme-blog` are the active themes. `theme-minimal` will be implemented once the theme API is stable.
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
- ## How it changes the behavior of the system
13
+ ## What's new in 0.9.5
29
14
 
30
- Identical to `theme-default` in routingreplaces all public routes. The difference is purely visual: no sidebar regions, no card layouts, no cover images, smallest possible CSS footprint. Suitable for text-heavy sites or authors who want to style from scratch by overriding the minimal base.
15
+ No user-facing changes in this release version bumped for lockstep with the monorepo.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@karaoke-cms/theme-minimal",
3
3
  "type": "module",
4
- "version": "0.9.3",
4
+ "version": "0.9.6",
5
5
  "description": "Minimal theme for karaoke-cms",
6
6
  "keywords": [
7
7
  "astro",