- Update README.md to remove client fork sections - Update CLAUDE.md to remove client fork file references - Update copilot-instructions.md to remove client fork section - Update templates/README.md for empty directory - Update scripts/README.md to remove create-client-fork.sh - Update docs/README.md to remove CLIENT_FORK_WORKFLOW.md references Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
<!-- Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
BRIEF: Template files directory README
|
|
-->
|
|
|
|
# MokoCassiopeia Templates Directory
|
|
|
|
This directory is reserved for future template files and customization resources.
|
|
|
|
## Custom Color Palettes
|
|
|
|
For custom color schemes, you can create your own CSS files with custom CSS variables:
|
|
|
|
1. Create a new CSS file in `src/media/css/colors/light/` or `src/media/css/colors/dark/`
|
|
2. Define CSS variables following the pattern in `colors_standard.css`
|
|
3. Use Joomla's template settings (System → Site Templates → MokoCassiopeia → Custom Code tab) to load your custom CSS
|
|
|
|
**Reference**: See [CSS Variables Documentation](../docs/CSS_VARIABLES.md) for complete variable reference.
|
|
|
|
---
|
|
|
|
## 📚 Additional Resources
|
|
|
|
- **[Main README](../README.md)** - MokoCassiopeia features and installation
|
|
- **[CSS Variables Reference](../docs/CSS_VARIABLES.md)** - All available CSS variables
|
|
- **[Development Guide](../docs/JOOMLA_DEVELOPMENT.md)** - Development workflows
|
|
|
|
---
|
|
|
|
**Template Directory**: `/templates/`
|
|
**Version**: 03.08.04
|
|
**Maintained by**: Moko Consulting
|