Versions in this module Expand all Collapse all v0 v0.4.0 Jun 14, 2026 v0.3.3 Jun 14, 2026 v0.3.2 Jun 14, 2026 v0.3.1 Jun 14, 2026 v0.3.0 Jun 14, 2026 Changes in this version type Options + Host string type Site + EnvPrefix string + Host string + Scheme string v0.2.0 Jun 14, 2026 v0.1.0 Jun 13, 2026 Changes in this version + const ThemeSubmodule + func CreateRemote(w io.Writer, destDir, owner, repo string, private bool) error + func InitGit(w io.Writer, destDir, message string) error + func Render(destDir string, site Site) ([]string, error) + func Tidy(w io.Writer, destDir string) error + type Options struct + Author string + Binary string + Description string + Email string + License string + Owner string + Short string + Year int + type Site struct + Author string + Binary string + Description string + Domain string + Email string + GitHubURL string + Image string + LibPkg string + License string + Module string + Name string + Owner string + PagesURL string + Repo string + Short string + Year int + func NewSite(name string, opt Options) Site