Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasPublisher ¶
type AliasPublisher interface { Translator Publish(string, string) error }
type Filesystem ¶
type Filesystem struct {
PublishDir string
}
type HTMLRedirectAlias ¶
type InMemoryTarget ¶
type OptionalTranslator ¶
TODO(bep) consider other ways to solve this.
type Output ¶
type Output interface { Publisher Translator }
type PagePublisher ¶
type PagePublisher interface { Translator Publish(string, template.HTML) error }
type Translator ¶
Click to show internal directories.
Click to hide internal directories.