Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + type App struct + func New(params Params) (App, error) + func (app *App) Build() (Posts, error) + func (app *App) ResolveRelativePath(path string) string + type Params struct + Log *slog.Logger + Prod bool + RootPath string + Verbose bool + type Post struct + CreatedAt time.Time + Description template.HTML + FilePath string + HtmlFilePath string + Id PostId + Title template.HTML + UpdatedAt time.Time + type PostId string + type Posts = map[PostId]*Post