Customisation
Tailoring the template to your needs
Learn how to customise the template to match your brand and requirements.
Styling
The template uses CSS custom properties (variables) for easy theming. Key variables include:
--color-primary- Main brand colour--color-background- Page background--color-text- Default text colour
Configuration Options
Most site-wide settings can be adjusted in the src/_data/ directory:
site.json- Basic site informationconfig.json- Feature toggles and settingsstrings-base.json- Customisable text labels
Frequently Asked Questions
- Can I change the colour scheme?
- Yes, edit the CSS variables in the stylesheet to change colours throughout the site.
- How do I add custom fonts?
- Add your font files to the assets folder and update the font configuration in _data/fonts.json.