2 Commits

Author SHA1 Message Date
Charles N Wyble
4e84b584e1 feat(scripts): add merge-to-production script for content-only workflow
- Add merge-to-production.sh to merge dev to production (content only)
- Script removes non-content files (config, scripts, docs, Docker)
- Production branch contains ONLY: pages, themes, content plugins
- Updated .gitignore to exclude sensitive and dev-only files
- Exclude security.yaml (salt) from being tracked
- Exclude vendor directories (can be installed via GPM)
- Exclude Docker, nginx, PHP configs (production content only)
- Exclude scripts and documentation (production content only)
- Exclude git hooks (local only)

Production Branch Strategy:
- Dev: Full repository (config, content, scripts, docs)
- Production: Content only (pages, themes, plugins)
- Merge: Automated via script removes non-content
- Security: Sensitive configs stay in dev

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
2026-01-13 19:39:33 -05:00
Charles N Wyble
e6b52dcb3a Create Starting Line Productions LLC Grav website
- Set up Docker Compose configuration for Grav CMS
- Configure site for Starting Line Productions LLC in Pflugerville, Texas
- Create homepage with business overview and service highlights
- Create resources page with equipment and workspace pricing tables
- Create contact page with booking information
- Configure proper .gitignore for cache and temporary files

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
2026-01-13 15:56:15 -05:00