This is the 'Vanilla' theme, a core theme bundled with the Adapt framework.
As with any Adapt compatible theme, the structure of the theme is as follows:
Folder | Purpose |
---|---|
assets | Holds any static assets (for example: images, etc.) |
fonts | Any fonts which might be referenced in the associated .less files |
js | JavaScript/JQuery files on which the theme depends go here |
less | Location for any LESS based CSS files |
templates | Location for any snippets of pre-defined HTML templates (see below) |
Adapt themes support customisation for the rendering of various Adapt elements via the following Handlebars templates. Note that the filenames match the templates to which they refer:
- article.hbs
- block.hbs
- loading.hbs
- navigation.hbs
- page.hbs