Documentation
¶
Overview ¶
Package themes provides embedded theme files for markata-go.
This package embeds the default theme templates and static assets so they are always available regardless of where the binary is run.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultStatic ¶
DefaultStatic returns a filesystem containing the default theme static files.
func DefaultTemplates ¶
DefaultTemplates returns a filesystem containing the default theme templates.
func DefaultTheme ¶
DefaultTheme returns the full embedded filesystem for the default theme.
func ListStatic ¶
ListStatic returns all static files in the default theme.
func ListTemplates ¶
ListTemplates returns all template files in the default theme.
func ReadStatic ¶
ReadStatic reads a static file from the embedded default theme.
func ReadTemplate ¶
ReadTemplate reads a template file from the embedded default theme.
Types ¶
This section is empty.