package hugo type SiteDir string const ( BaseSiteDir SiteDir = "base" ThemeSiteDir SiteDir = "theme" ContentSiteDir SiteDir = "content" )