Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildFrontmatter ¶
func BuildFrontmatter(c *contentdomain.Content, aliases []string) string
Types ¶
type AliasService ¶
type ContentService ¶
type ExportResult ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func NewExporter ¶
func NewExporter( contentSvc ContentService, aliasSvc AliasService, bodyToHTML func(string) (string, error), mediaDir string, logger *util.Logger, ) *Exporter
Click to show internal directories.
Click to hide internal directories.