Documentation
¶
Index ¶
- func Build(cfg *config.Config, graph *content.SiteGraph) ([]byte, []byte, error)
- func BuildRSS(cfg *config.Config, graph *content.SiteGraph) ([]byte, error)
- func BuildSitemap(cfg *config.Config, graph *content.SiteGraph) ([]byte, error)
- type RSS
- type RSSChannel
- type RSSItem
- type SitemapURL
- type URLSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RSS ¶
type RSS struct {
XMLName xml.Name `xml:"rss"`
Version string `xml:"version,attr"`
Atom string `xml:"xmlns:atom,attr,omitempty"`
Channel RSSChannel `xml:"channel"`
}
type RSSChannel ¶
type SitemapURL ¶
Click to show internal directories.
Click to hide internal directories.