Implement this interface to define an initializer that will get automatically
instantiated and run by the theme manager.
- Namespace
- Statiq
.Web
Syntax
public interface IThemeInitializer
Remarks
In order for the theme manager to find the initializer, the class must be
public.
Note that settings from theme YAML or JSON configuration files are not yet added to the settings collection here.
Methods
| Name | Return Value | Summary |
|---|---|---|
| Initialize |
void |