Documentation ¶ Index ¶ type Item type Plugin func (p *Plugin) Name() string func (p *Plugin) OnContext(ctx *renderer.ViewData) error func (p *Plugin) OnHTMLSlots(ctx *renderer.ViewData, slots *renderer.Slots) error func (p *Plugin) OnRoutesAssigned(graph *content.SiteGraph) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Item ¶ type Item struct { Title string URL string Summary string Lang string Type string Date *time.Time Score int } type Plugin ¶ type Plugin struct { // contains filtered or unexported fields } func (*Plugin) Name ¶ func (p *Plugin) Name() string func (*Plugin) OnContext ¶ func (p *Plugin) OnContext(ctx *renderer.ViewData) error func (*Plugin) OnHTMLSlots ¶ func (p *Plugin) OnHTMLSlots(ctx *renderer.ViewData, slots *renderer.Slots) error func (*Plugin) OnRoutesAssigned ¶ func (p *Plugin) OnRoutesAssigned(graph *content.SiteGraph) error Source Files ¶ View all Source files plugin.go Click to show internal directories. Click to hide internal directories.