Versions in this module Expand all Collapse all v0 v0.4.1 Apr 16, 2024 Changes in this version + type Gen struct + func New() *Gen + func (g *Gen) Build() (_ []byte, err error) + func (g *Gen) WithBasePath(basePath string) *Gen + func (g *Gen) WithCSS(css string) *Gen + func (g *Gen) WithPages(pages core.Pages) *Gen + func (g *Gen) WithSearchPage(page string) *Gen + func (g *Gen) WithStaticFiles(files core.Files) *Gen