Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 432 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 432 Bytes

hauntpet/theme

The base package used to build a custom Haunt theme.

Documenation

Installation

composer require hauntpet/theme

Build

Repository::add($key, [
    // metadata
], [
    // options
]);

Options

Options can be added as the 3rd parameter of the add function.

Menus

By default there is always a primary menu.

'menus' => [
    'secondary' => 'Secondary Menu',
]