Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 709 Bytes

File metadata and controls

23 lines (20 loc) · 709 Bytes

Chapter 1. Structure

The directory structure of a theme is meant to help to keep code consistent between all HarmonyCMS themes. It follows a set of conventions, but is flexible to be adjusted if needed.
Here is its organization, which is explained further below.

harmony
└── acme-theme
     ├── assets
     │   ├── css
     │   │   └── main.css
     │   ├── images
     │   ├── javascripts
     │   └── preview.jpg
     ├── base.html.twig
     ├── composer.json
     ├── HarmonyAcmeTheme.php
     ├── index.html.twig
     ├── settings.yaml
     └── translations
          └── acme-theme.en.xlf