9 Commits

Author SHA1 Message Date
hykocx a9b4f127ea feat(admin): add admin layout template with core feature export 2026-04-25 08:30:17 -04:00
hykocx 3e884b4837 chore(templates): update import paths to reflect new @zen/core module structure and bump version to 1.4.1 2026-04-22 15:22:24 -04:00
hykocx 7bbea747c7 style: update public homepage layout and content 2026-04-15 17:53:50 -04:00
hykocx aeb5fb782b refactor: move inline templates to files and bump version to 1.3.8 2026-04-15 17:53:07 -04:00
hykocx e6c59b4997 feat: redesign public landing page with minimal terminal aesthetic 2026-04-15 17:33:42 -04:00
hykocx b4604f3803 feat: add theme initialization script to root layout 2026-04-15 17:06:06 -04:00
hykocx af526f66d3 fix: update ZenProvider import path to features subdirectory 2026-04-14 20:07:32 -04:00
hykocx 59a33380df feat(icons): support PNG as fallback source for favicon generation
Add PNG source file detection in `make-favicon.js` so the script can
use either `favicon.svg` or `favicon.png` as input. Previously, only
SVG was supported, causing failures when no SVG was present.

- Introduce `detectSourceFile()` to check for SVG first, then PNG
- Rename variables to avoid shadowing (`pngPath` → `outPath`, loop var)
- Log detected source type for better visibility during generation
- Update generated `favicon.ico` accordingly
2026-04-13 13:23:05 -04:00
hykocx fe84ec6a43 Initial commit 2026-04-12 16:53:58 -04:00