Versions in this module Expand all Collapse all v1 v1.0.1 Apr 13, 2024 Changes in this version + type Engine struct + ErrorLogger *log.Logger + JSONIndex map[template.URL]JSONIndexTemplate + LayoutConfig parser.LayoutConfig + Posts []parser.TemplateData + TagsMap map[string][]parser.TemplateData + Templates map[template.URL]parser.TemplateData + func (e *Engine) GenerateFeed() + func (e *Engine) GenerateJSONIndex(outFilePath string) + func (e *Engine) GenerateSitemap(outFilePath string) + func (e *Engine) RenderEngineGeneratedFiles(fileOutPath string, templ *template.Template) + func (e *Engine) RenderPage(fileOutPath string, pagePath template.URL, ...) + func (e *Engine) RenderTags(fileOutPath string, templ *template.Template) + func (e *Engine) RenderUserDefinedPages(fileOutPath string, templ *template.Template) + type JSONIndexTemplate struct + CompleteURL template.URL + FilenameWithoutExtension string + Frontmatter parser.Frontmatter + Tags []string v1.0.0-alpha Apr 1, 2024 Other modules containing this package github.com/acmpesuecc/anna/v2