Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAssetsFS ¶ added in v0.0.4
GetAssetsFS returns the filesystem for assets
func GetStaticFS ¶
GetStaticFS returns the filesystem for static files
func GetTemplateFS ¶ added in v0.1.1
GetTemplateFS returns the filesystem for templates
Types ¶
type ThemeConfig ¶ added in v0.1.1
type ThemeConfig struct {
Name string `json:"name"`
Description string `json:"description"`
Version string `json:"version"`
ViteDevServerURL string `json:"ViteDevServerURL"`
Manifest string `json:"manifest"`
}
ThemeConfig represents the theme configuration
func GetThemeConfig ¶ added in v0.1.1
func GetThemeConfig() (*ThemeConfig, error)
GetThemeConfig returns the parsed theme configuration
Click to show internal directories.
Click to hide internal directories.