Documentation ¶ Index ¶ type Gen 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Gen ¶ type Gen struct { // contains filtered or unexported fields } func New ¶ func New() *Gen func (*Gen) Build ¶ func (g *Gen) Build() (_ []byte, err error) func (*Gen) WithBasePath ¶ func (g *Gen) WithBasePath(basePath string) *Gen func (*Gen) WithCSS ¶ func (g *Gen) WithCSS(css string) *Gen func (*Gen) WithPages ¶ func (g *Gen) WithPages(pages core.Pages) *Gen func (*Gen) WithSearchPage ¶ func (g *Gen) WithSearchPage(page string) *Gen func (*Gen) WithStaticFiles ¶ func (g *Gen) WithStaticFiles(files core.Files) *Gen Source Files ¶ View all Source files gen.go Click to show internal directories. Click to hide internal directories.