Documentation ¶ Index ¶ type Output func Generate(cfg config.SiteConfig, index site.SiteIndex) (*Output, error) func GenerateAll(cfg config.SiteConfig, index site.SiteIndex) ([]Output, error) func GenerateAtom(cfg config.SiteConfig, index site.SiteIndex) (*Output, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Output ¶ type Output struct { Filename string Content []byte } func Generate ¶ func Generate(cfg config.SiteConfig, index site.SiteIndex) (*Output, error) func GenerateAll ¶ added in v0.3.0 func GenerateAll(cfg config.SiteConfig, index site.SiteIndex) ([]Output, error) func GenerateAtom ¶ added in v0.3.0 func GenerateAtom(cfg config.SiteConfig, index site.SiteIndex) (*Output, error) Source Files ¶ View all Source files feeds.go Click to show internal directories. Click to hide internal directories.