Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func (*Command) Run ¶
func (c *Command) Run(s string) *CommandResult
type CommandResult ¶
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
func NewRenderer ¶
func (*Renderer) NewTemplate ¶
func (*Renderer) NewTemplateWithEnv ¶
func (*Renderer) Render ¶
func (r *Renderer) Render(src, dest, txt string, fm *frontmatter.Frontmatter) error
Click to show internal directories.
Click to hide internal directories.