IThemeInitializer Interface
Implement this interface to define an initializer that will get automatically instantiated and run by the theme manager.
Namespace
Statiq.Web
graph BT Type["IThemeInitializer"] class Type type-node

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

Extension Methods