This branch contains ONLY: - Pages (config/www/user/pages/) - Themes (config/www/user/themes/) - Plugins (config/www/user/plugins/) - PRODUCTION.md - Minimal .gitignore Clean slate for production deployment. All development files, configs, scripts removed.
27 lines
526 B
Markdown
27 lines
526 B
Markdown
# Starting Line Productions LLC - Production Website
|
|
|
|
This is **production** branch containing ONLY website content:
|
|
- Pages (content)
|
|
- Themes (templates, CSS, logo)
|
|
- Plugins (content-related)
|
|
|
|
## What's NOT Here
|
|
|
|
- No configuration files (kept in dev branch)
|
|
- No development scripts
|
|
- No documentation
|
|
- No Docker configuration
|
|
- No git hooks
|
|
|
|
## Deployment
|
|
|
|
Production server deployment:
|
|
```bash
|
|
cd /var/www/grav
|
|
git pull origin production
|
|
```
|
|
|
|
## Questions?
|
|
|
|
Contact technical support for deployment or content changes.
|