What problem does it solve?
Provides a safe, selective way to publish generated HTML outputs and their dependencies to a GitHub Pages-style folder or another repo without manually hunting files, preserving themes and assets needed for proper rendering.
Core Features & Use Cases
- Selective publishing: Detects output types from filenames and copies only the outputs the developer chooses (e.g., portfolio, marketing, pitch-deck).
- Dependency preservation: Copies matching CSS, JS, theme files, and portfolio assets so pages render correctly after deployment.
- Config integration: Reads and optionally updates .case-study/config.json to persist the target pagesPath or pagesRepo.
- Use Case: Move the latest portfolio and marketing HTML plus their styles and assets into docs/ so the repo's GitHub Pages serves an up-to-date portfolio.
Quick Start
Ask the plugin to copy the selected outputs from OUTPUTS to your target pages folder, for example instruct it to send portfolio and marketing outputs to docs.