Versions in this module Expand all Collapse all v0 v0.1.16 Apr 27, 2024 v0.1.15 Feb 19, 2024 Changes in this version + var BlogIndex string + var BlogPage string + func New() processor.Processor + type BlogEntry struct + Created time.Time + Name string + type Processor struct + func (p *Processor) AddPage(folder, pagefile string) (objx.Map, error) + func (p *Processor) CanRenderPage(pg model.Page) bool + func (p *Processor) CreateBody(content []byte, pg model.Page) (*processor.Response, error) + func (p *Processor) GetPageTemplate(name string) string + func (p *Processor) HTMLTemplateName() string + func (p *Processor) Name() string