Theme styles
In site configuration file, you can set a subtheme name of this theme to load a specific css.
add a param themeStyle = "STYLE_NAME"
in the [params]
part of config.toml file.
Style “original”
[params]
themeStyle = "original"
Style “flex” (work in progress)
[params]
themeStyle = "flex"