58 lines
1.3 KiB
Markdown
58 lines
1.3 KiB
Markdown
<!-- Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
BRIEF: Quick template README for client custom code forks
|
|
-->
|
|
|
|
# [CLIENT NAME] - MokoCassiopeia Custom
|
|
|
|
Custom Joomla template fork for **[CLIENT NAME]**.
|
|
|
|
---
|
|
|
|
## 🎨 Custom Branding
|
|
|
|
**Brand Colors**:
|
|
- Primary: `[COLOR]`
|
|
- Accent: `[COLOR]`
|
|
- Background: `[COLOR]`
|
|
|
|
**Custom Files**:
|
|
- Light mode colors: `src/media/css/colors/light/colors_custom.css`
|
|
- Dark mode colors: `src/media/css/colors/dark/colors_custom.css`
|
|
- Custom PHP code: `src/templates/custom.php`
|
|
|
|
---
|
|
|
|
## 🔄 Syncing with Upstream
|
|
|
|
```bash
|
|
# Add upstream remote (first time only)
|
|
git remote add upstream https://github.com/mokoconsulting-tech/MokoCassiopeia.git
|
|
|
|
# Sync with upstream
|
|
git fetch upstream
|
|
git merge upstream/main
|
|
```
|
|
|
|
---
|
|
|
|
## 📚 Documentation
|
|
|
|
- **Full Client Fork Guide**: [CLIENT_FORK_README.md](../CLIENT_FORK_README.md)
|
|
- **MokoCassiopeia Docs**: https://github.com/mokoconsulting-tech/MokoCassiopeia
|
|
- **CSS Variables**: [docs/CSS_VARIABLES.md](../docs/CSS_VARIABLES.md)
|
|
|
|
---
|
|
|
|
## 📝 Quick Notes
|
|
|
|
[Add your client-specific notes here]
|
|
|
|
---
|
|
|
|
**Fork of**: [MokoCassiopeia](https://github.com/mokoconsulting-tech/MokoCassiopeia) v03.06.03
|
|
**Last Synced**: [DATE]
|
|
**Contact**: [CONTACT INFO]
|