Versions in this module Expand all Collapse all v0 v0.9.0 Sep 6, 2021 Changes in this version + func Dir(ctx context.Context, logger log.Logger, config []byte) error + type Config struct + ExtraInputGlobs []string + GitIgnored bool + InputDir string + LinkPrefixForNonMarkdownResources string + LocalLinksStyle LocalLinksStyle + OutputDir string + Transformations []*TransformationConfig + Version int + func ParseConfig(c []byte) (Config, error) + type HugoLocalLinksStyle struct + IndexFileName string + type LocalLinksStyle struct + Hugo *HugoLocalLinksStyle + type MatterConfig struct + Template string + type MatterOrigin struct + Filename string + FirstHeader string + LastMod string + Path string + type MatterTarget struct + FileName string + type TransformationConfig struct + BackMatter *MatterConfig + FrontMatter *MatterConfig + Glob string + Path string + PopHeader *bool