chore: consolidate new foundation and archive v1 (#1495)

This commit is contained in:
2026-09-07 12:32:57 -05:00
3511 changed files with 727899 additions and 10 deletions
@@ -0,0 +1,27 @@
---
name: eject-theme
description: Extract theme to local filesystem for customization
---
# Eject Theme
Extract installed theme to local filesystem for customization.
## Command
```bash
slidev theme eject
```
## Result
- Theme files copied to `./theme/`
- Frontmatter updated to `theme: ./theme`
## Use Case
- Full control over theme
- Create new theme based on existing one
- Customize without modifying node_modules
If creating a derivative theme, credit the original theme and author.